• Resolved savvaskef1978

    (@savvaskef1978)


    is there a way to display random featured pages?
    and/or as a second question random posts having good reviews?

Viewing 1 replies (of 1 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    Yes, you can combine the orderby=”rand” parameter with any other query parameter.

    For instance, if you want to display 5 random posts in the “review” post type that have a rating of 5 (meta_key = “be_rating”), use:

    [display-posts posts_per_page=”5″ post_type=”review” meta_key=”be_rating” meta_value=”5″ orderby=”rand”]

    See the parameter documentation for more information: https://displayposts.com/docs/parameters/

Viewing 1 replies (of 1 total)

The topic ‘query by review/featured fields’ is closed to new replies.