• 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’); ?>

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘Insert More Tags into pages’ is closed to new replies.