Not affecting order on homepage
-
For some reason the plugin does not affect the reordering on the homepage.
I made 2 sections to test and used the names before the loop in the query_posts function but nothing happens.
if(is_home()){ query_posts('section_name=test'); } if ( have_posts() ) : while ( have_posts() ) : the_post();
Is there a way I can test why it isn’t working?
Thanks in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Not affecting order on homepage’ is closed to new replies.