• Resolved Shiznit

    (@shiznit)


    I have a coding blog that I’m working up and as some of you developers and designers know, some snippets can be rather long (dunno why they call them “snippets” lol)

    But anyway, I cannot seem to find a way of creating a page break so that my readers can navigate through the post without scrolling for an hour.

    Any help would be greatly appreciated.

Viewing 6 replies - 1 through 6 (of 6 total)
  • moshu

    (@moshu)

    <!--nextpage--> – you should insert it into your posts (no wysiwyg, of course)

    Note. It works only if you have Template_Tags/wp_link_pages in your template file(s).

    erodleir

    (@erodleir)

    ¿Can you insert in pages and entries too?

    moshu

    (@moshu)

    Yes, but for Pages you will have to have the template tag in your Page template(s), like page.php

    Actually, for those not using the Visual, there shouold be a Quicktag named “page”.

    Thread Starter Shiznit

    (@shiznit)

    thank you so much – that worked perfectly!

    how do I know if I have Template_Tags/wp_link_pages in your template file(s) ??
    I’m a beginner and I have some problems using the <!–nextpage–> command
    Thanks

    By looking at them. Open the themes template file(s) in Notepad and search for this string.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Page breaks for long posts’ is closed to new replies.