• hi, i am new to WP Posts Carousel and it is great plugin so far.

    however, at the end of the setup, i found that it can only ordering by the publish date of the page/post.
    My original thought is try to change the publish date of the page, so the plugin would display the order as i preferred, but it is still remain the same.

    Would you please advise if any shortcode or filter that will have a custom ordering?

    Many thanks.
    Kenneth

Viewing 1 replies (of 1 total)
  • Hi Kenneth,

    I’ve been through the same problem recently, and I figured out it’s possible to define the order by field by setting the attribute show_only on shortcode.

    The possible values for this attribute are:

    • show_only="id" (sort posts by ID)
    • show_only="newest" (sort posts by publish date)
    • show_only="title" (sort posts by title)

    I hope I helped you 😉

Viewing 1 replies (of 1 total)

The topic ‘Post ordering by publish date’ is closed to new replies.