• I see that if by editor I insert tag nextpage under category not work; work only <–more–> tag;
    is possible to split a post in more page?

Viewing 4 replies - 1 through 4 (of 4 total)
  • What do you mean by “insert nextpage under category”?

    Assuming you meant <!--nextpage--> in a post (and not category), you also must have the following template tag in your theme’s single post template (usually single.php):

    https://codex.www.ads-software.com/Template_Tags/wp_link_pages

    Thread Starter alb

    (@alb)

    yes, so

    “Assuming you meant <!–nextpage–> in a post (and not category)”

    so is enough to use this code
    <?php wp_link_pages(); ?>
    in single.php?
    only in this file or others?

    ot: but blockquote work?
    I insert but not see any modified

    Correction, wp_link_pages() should work and generate the page links in any template. Not sure why I specified the single post template…

    blockquote is just an HTML tag, not a WordPress quicktag. It should work fine in a post, i.e. indent the text and such (unless your theme is doing something to blockquote in css).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘is possible use <–nextpage–> in category ?’ is closed to new replies.