None orderby option for posts not working
-
I’m trying to display a couple of posts sorting them in the order I want using the posts shortcode. Here’s my shortcode:
[su_posts id=”103,4,285,64″ posts_per_page=”4″ tax_term=”1″ tax_operator=”2″ offset=”1″ order=”desc” orderby=”none”]
The posts should then be listed as followed:
103
4
285
64Unfortunately I’m getting a “Posts not found” message on my site. The shortcode requires to have some sorting type other than the “none” option.
Is this a bug, or is there some other way to display a couple of posts in the order you want through entering their post ID’s?
- The topic ‘None orderby option for posts not working’ is closed to new replies.