WordPress.org

Forums

Insert More Tags into pages (2 posts)

  1. lamjhs31
    Member
    Posted 7 months ago #

    Hi,

    I'm new to wordpress. I want to be able to add the insert more tag into my pages.

    I've read the forums and found out that i need to add the following to the code. But the problem i'm facing is that I don't know which file should I add this code in. I got the code from the link below.

    http://codex.wordpress.org/Customizing_the_Read_More#How_to_use_Read_More_in_Pages

    <?php
    global $more;
    $more = 0;
    ?>
    //The code must be inserted ahead of the call the_content, but AFTER the_post()

    <?php the_content('Continue Reading'); ?>

  2. vtxyzzy
    Member
    Posted 6 months ago #

    The exact file(s) depends on your theme. If you are using a free theme, post a link to your site here and someone may be able to look at its code to help. If you are using a paid theme, we cannot examine its code or options, so you should contact the theme supplier.

Reply

You must log in to post.

About this Topic