work on Query page
-
hi my friend…. sorry ‘ in my theme i use WP_Query for show some post- but your plugin don’t work i don know why.. please helpe me to fix it.
my WP_Query is:
<?php $the_query = new WP_Query( array('cat' => '1,2,7,4,5,3' ) ); if ($the_query->have_posts()) : while ($the_query->have_posts()) : $the_query->the_post(); ?>and in the end of that:
<?php wp_reset_query(); wp_reset_postdata();?>but i doknow whya plugin don’t show page list!!!
.
The topic ‘work on Query page’ is closed to new replies.