[Plugin: WP-PageNavi] wp navi in my schedule
-
Im trying to make a schedule gig with a post, the post is limit to 3..and i have a 10 schedule gig..that why i need wp_navi, but somehow when i clicked the 2nd button, it turn back to my index and the url link is https://www.mydomain.com/page/2.
I hope this image can help u, because my english is so bad ??
——
https://www.slank.com/fbml/jadwal1.jpg
——and this is my code
———-
<?php
-
<p><?php the_title(); ?></p>
<p><?php the_time(‘F jS, Y’) ?></p>
<?php the_content(); ?>
$jadwal = new WP_Query(‘post_status=future&category_name=jadwal&order=DESC&showposts=3’);
if ($jadwal->have_posts()) {
while ($jadwal->have_posts()) : $jadwal->the_post(); $do_not_duplicate = $post->ID; ?><?php endwhile; } ?>
<?php wp_pagenavi( array( ‘query’ => $jadwal ) ); ?>——————
please help me.. -
<p><?php the_title(); ?></p>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: WP-PageNavi] wp navi in my schedule’ is closed to new replies.