OrderBy issues?
-
Does anyone else have issues of orderby and order not working? I’ve tried the following shortcodes but they all return the exact same thing:
(sidenote: I tried tpg posts and the orderby works. Not sure if that matters but I wanted to try another plugin to see if there was a problem across my WP installation)
[display-posts posts_per_page=”20″ include_author=”true” include_date=”true” orderby=”date” order=”DESC”]
[display-posts posts_per_page=”20″ include_author=”true” include_date=”true” orderby=”date” order=”ASC”]
[display-posts posts_per_page=”20″ include_author=”true” include_date=”true” orderby=”title” order=”DESC”]
[display-posts posts_per_page=”20″ include_author=”true” include_date=”true” orderby=”title” order=”ASC”]
The topic ‘OrderBy issues?’ is closed to new replies.