• JackieD

    (@jackied)


    After pasting a large block of text into the edit box and then inserting the ‘Insert More’ tag after the first five lines, all of the text is still visible after updating.

    Does the insert more tag work with pages – or only posts on the main page? If it works with pages how do I get it to display properly. thanks. Jackie
    PS: I’m using Thesis as my theme.

Viewing 1 replies (of 1 total)
  • MichaelH

    (@michaelh)

    The more isn’t necessarily meant for pages but in your Page Template, in your loop put

    <?php
    global $more;    // Declare global $more (before the loop).
    $more = 1;       // Set (inside the loop) to display all content, including text below more.
    the_content();
    ?>

    Template_Tags/the_content

Viewing 1 replies (of 1 total)

The topic ‘Insert More tag question’ is closed to new replies.