Hello All The master, Now my wordpress themes using twenty eleven themes But I want to using Plugin WP Page Navi on Twenty Eleven Themes And my problem, I don't know how to activate this plugin on Twenty Eleven Themes Could you explain me how to activate this plugin easily in Twenty Eleven Themes ??? All your Help is very important for me Thanks
Put this code <?php wp_pagenavi(); ?> in your index.php file before <?php get_footer(); ?>. That means put the code in between <?php get_sidebar(); ?> and <?php get_footer(); ?>.
Hello master, i have put that code in Main Index Template (index.php) after installing plugin WP-Page Navi 2.82. It's they are : <?php get_sidebar(); ?> <?php wp_pagenavi(); ?> <?php get_footer(); ?> But it doesn't work. It is being error. Could you explain me what is my mistake ??? I do want to install this plugin in Twenty Eleven Themes Thanks you so much for your respond before.
It works in my site. Search google for more help. You also goto http://wordpress.org/ forum and then ask the same question. I hope your problem will solved.
Hello Hopcana, Thanks for your help. Actually what you had explained to me about installing WP-page Navi. Now It works for my blog and Why it doesn't work for my blog firstly, because of my own mistake. One of my plugins doesn't suitable with Page Navi plugin. After I delete it, now It works Nice to know. and thanks for your clear explanation