• Resolved gamewyrd

    (@gamewyrd)


    I would love to be able to randomly redirect to posts that;

    • Have no comments
    • Have comments
    • Have < x comments
    • Have > x comments
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Christoph

    (@camthor)

    Technically probably possible. I will take a look.

    Plugin Author Christoph

    (@camthor)

    In version 0.12.0:

    • Have no comments: comment_count=0
    • Have comments: comment_count_min=1 or comment_count=-0
    • Have <= x comments: comment_count_max=x
    • Have >= x comments: comment_count_min=x
    Thread Starter gamewyrd

    (@gamewyrd)

    That’s absolutely amazing. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Feature Request: With & without comments’ is closed to new replies.