Cara Pasang Plugin WP-PageNavi di Themes WordPress

Masuk ke Appearance trus pilih Editor, setelah itu pilih file Main Index Template (index.php) dan cari baris berikut ini:

<div><?php next_posts_link(‘&laquo; Previous Entries’); ?></div>
<div><?php previous_posts_link(‘Next Entries &raquo;’); ?></div>

dan ubah dengan baris berikut ini

<?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } ?>

Semoga membantu.

<ul><li>cara pasang wp pagenavi (17)</li><li>cara memasang pagenavi (12)</li><li>wp page navi (10)</li><li>pagenavi (9)</li><li>cara memasang wp pagenavi (8)</li></ul>

Related posts:

  1. Fatal error: Call to undefined method stdClass::onDisplay()

4 comments to Cara Pasang Plugin WP-PageNavi di Themes WordPress

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Advertiser