• Resolved fiskbook

    (@fiskbook)


    I have several posts that use Next Page. Have recently moved the site over from wordpress.com to www.remarpro.com Have also installed a plug-in to alter the look of the “next page”. But this problem existed before installing this plug in. Quite simply, it’s not showing any way of navigating to the next page (eg. 1,2,3 or “next page”).

Viewing 5 replies - 16 through 20 (of 20 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    Go to wp-admin > Appearance > Editor and select your theme in the dropdown on the top right. Click “Single Post” and look if the single.php has this function: <?php wp_link_pages(); ?>.

    If it hasn’t got that function it will not show the paginated pages of the post. Look for <?php the_content(); ?> or <?php the excerpt(); ?> and paste this after it: <?php wp_link_pages(); ?>. But be careful because if you make a mistake it could break your site.

    As this is a commercial theme, it’s best to seek support from the theme vendors though.

    Thread Starter fiskbook

    (@fiskbook)

    Hurrah! It’s worked – thanks v much mate. Only thing is, not sure why tags not displaying. Not essential. Could try and figure that out myself.

    Thread Starter fiskbook

    (@fiskbook)

    Ok. Have got everything as I’d like it for most posts, but it is different for the post on the home page – is there an easy way of changing this? Trying to work on at the moment..

    Thread Starter fiskbook

    (@fiskbook)

    Hi. Have found out how to get the home page the same as a single post. Thanks again for your help.

    Thanks keesiemeijer! Have a similar problem around here and it was the <?php wp_link_pages(); ?> ??

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Not displaying a link to Next Page’ is closed to new replies.