globeriding
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [My Post Order] Plugin shows all posts instead of just the section contentIn fact, anything I put in the section name, I get always all posts.
<?php $recent = new WP_Query(array('section_name'=>'XXXXXXX')Forum: Plugins
In reply to: [My Post Order] Plugin shows all posts instead of just the section contentI’ve tried : http://imageshack.us/photo/my-images/850/mypostsorderoptions2.jpg/
but still have all posts…
I’ve changed to use array, but no changes
<?php $recent = new WP_Query(array('section_name'=>'nosservices')); while($recent->have_posts()) : $recent->the_post();?> <li> <a href="javascript:;"> <h2><?php the_title(); ?></h2> </a> </li> <?php endwhile; ?>And no I don’t have any other ‘post order’
Forum: Plugins
In reply to: [My Post Order] Plugin shows all posts instead of just the section contentsorry it’s in the subject.
the “wp_query” gets all my posts instead of just those which are in the section I’ve created with your plugin.
my website : http://www.linstantprecieux.net/
part lower right : “Nos services”configuration : http://imageshack.us/photo/my-images/687/instantprcieuxwordpress.jpg/
Viewing 3 replies - 1 through 3 (of 3 total)