Prev Next – break post – how to

Posted in: Newspaper
Post count: 1

I want to break my numbered post like this
http://cyber-breeze.com/unbelievable-photos-reveal-what-lies-beneath-the-waters-surface/2/

This page uses the news paper theme as well.

Pls tell me how to do this? and is there any plugin needed for this?

Post count: 6535

Hi

Please try this to use next/prev pagination on posts by adding this parameter: ‘next_or_number’ => ‘next’, here: http://screencast.com/t/hkqJljKyxr3 and remove this code: http://screencast.com/t/87kGUcin5YQN – result: http://screencast.com/t/8THEIGR5 Also you can style this buttons as you like using this classes: .page-nav .page-nav-post

Thanks

Post count: 7

Hi! instead of having only “next” or “previous” is it possible to have numbered post like this:
if we consider a 15 pages post, and we are at page 8 I would like to see the index like that:

<< 1..8..15 >>

Is It Possible? Because here and on the WP codex i couldn’t find anything and this plugin seems not working on Newspaper “Advanced Post Pagination”

Many Thanks in Advance
brgs

A

Post count: 7909

Hi,

Unfortunately you will need custom modifications for this, it is not an easy task and the time doesn’t allow us to provide any type of custom work at this time as we work very hard on the development, updates, fixes and support, sorry! I suggest to get someone to help you if you don’t know how to do this from sites like: http://studio.envato.com/

Thanks!

Post count: 7

Thanks so much for the fast reply Alin!

can i ask you another thing? i’ve installed “Facebook Comments Plugin” in order to have FB comments instead the WP one, it works great but i would like to move that down the page index or vice versa, how can i do?

wp_link_pages<

Many Thanks in Advance
brgds

A

  • This reply was modified 11 years by Mariscos.
Post count: 7909

Hi,

You will have to use fb plugin shortcode and place it after post pagination in template that you want – http://screencast.com/t/ZPlvKvUVtyg You can use do_shortcode() function.

<?php echo do_shortcode('plugin's shortcode');?>

Hope this helps!

Post count: 7

Many Thanks, it seems working fine
brgds

A

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