I need a plugin to add buttons instead of Older Entries and Newer Entries
in search and in posts page
I need a plugin to add buttons instead of Older Entries and Newer Entries
in search and in posts page
Please any one reply
You mean you want to replace the text with buttons?
You should have something like this in your theme:
<div id="nav-global" class="navigation">
<div class="nav-previous">
<?php
next_posts_link('« Previous entries');
echo ' ';
previous_posts_link('Next entries »');
?>
</div>
</div>
Just change the next_posts_link and all :)
please look to the pic to understand me
These buttons in a blog
http://img38.imagefra.me/img/img38/2/10/15/hero_thelove/f_e1dlt4ym_06a7fa9.png
thnx for your help
This topic has been closed to new replies.