Add ‘More’ Tag to Page
-
Hi,
I’m trying to enable ‘Read More’ tags on *Pages* (rather than Posts).From reading WordPress codex i’m on:
use the following code inside the loop for the dynamic content:
<?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'); ?>
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
-which i believe will enabe the More tag on Pages.
However, i don’t know in which file i should add this, or where in the file. (I’ve tried it in index.php, but no joy.)
Would someone tell me where to paster the code, and in which file.
(I’m using Scrawl theme, by Automattic, if that makes a difference.)
With thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Add ‘More’ Tag to Page’ is closed to new replies.