an “order=asc” without using “query_posts”
-
Hello.
I’ve added
query_posts('order=ASC')before thewhile (have_posts())code.But i’ve separated the posts for each category. And WordPress brings posts together when i use the
query_postscode. And no, i can’t exclude the posts because i use theis_categoryfunction for some categories in the sameif.Therefore, i’m looking for an
order=asccode that i can make it without using thequery_postsfunction.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘an “order=asc” without using “query_posts”’ is closed to new replies.