I'm using thos code, and still posts are ordered by title! why?
query_posts( array(
'post_type' => 'page',
'posts_per_page' => -1,
'orderby' => 'title',
'order' => 'ASC'
) );I'm using thos code, and still posts are ordered by title! why?
query_posts( array(
'post_type' => 'page',
'posts_per_page' => -1,
'orderby' => 'title',
'order' => 'ASC'
) );You must log in to post.