How just make "next" and "prev + Next" on pagination

Posted in: Newspaper
Post count: 63

can you tell me for make pagination like just
“Next” –>on homepage
and if click “Next” (if many pages) and “Prev” for back to the before page

for detail i mean :
http://1.bp.blogspot.com/-X5SM0HVGBCA/VD4WkFjK2oI/AAAAAAAAAnI/i8xLeO1Tlpc/s1600/just%2Bnext%2Band%2Bprev.jpg

Post count: 6600

Hi,

You can use this functions: http://codex.wordpress.org/Function_Reference/next_posts_link and add them using an div tag on the template you use on your homepage and replace this: http://screencast.com/t/7DlGd290CLB

Thanks

Post count: 63

can you explain for apply this theme sir? 🙂

Post count: 63

*wait

Post count: 6600

Hi,

I have already went over it again here: https://forum.tagdiv.com/topic/please-make-option-classic-pagination-typle-older-post/

Add this code for the pagination and replace this: http://screencast.com/t/7DlGd290CLB

?><div class="newer_entries">
<?php previous_posts_link( '« Newer Entries' ) ?>
</div>
<div class="older_entries">
<?php next_posts_link( 'Older Entries »', 0 ); ?>
</div><?php

Like this: http://screencast.com/t/YBtf49YEhnc
Then use this css: http://screencast.com/t/YZcKyJQY

Thanks

  • This reply was modified 11 years by Lucian.
  • This reply was modified 11 years by Lucian.
Post count: 63

Older Entries » not show sir..

show ” Older Entries ? ”

” » ” not show… any php code for show ” » ” sir?

Thanks sir…

  • This reply was modified 11 years by adhi.
  • This reply was modified 11 years by adhi.
Post count: 6600

Hi,

Please send your site’s URL and also make this changes so I can inspect this, I need to do it in order to provide fix for it.
Also try to replace “»” with &raquo and “«” with &laquo

Thanks

Post count: 63

working sir… i’m try in localhost not working… but i’m try on the fly on website is working without code “&raquo” just put “»” is working

Thanks sir… 🙂

Post count: 6600

Glad it did!
Thanks for the massage!

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.