WP Query Descending
-
I’m tyring to get a descending by date WP Query to work, right now I have it ascending as:
<?php $my_query = new WP_Query('tag=Eng-4+Notes&orderby=date&order=asc');If any one could be so kind to give me a fix, it would be greatly appreciated.
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘WP Query Descending’ is closed to new replies.