Pages Post Plugin and Read More Issue
-
I’m using the Pages Post plugin and am looking for a way to have the <!–more–> link appear and function on the page I’m assigning the post to. I understand that <!–more–> doesn’t work on a page but have found some code to add which should make it work buy inserting:
<?php
global $more;
$more = 0;
?>and
<?php the_content(‘Continue Reading’); ?>
My question is does anyone know if this will work…also I’ve pasted a section of my page.php to see if it’s in the correct place.
Thanks so much for any help…I’ve been working on this for the last week ??
Here is the code:
[Code moderated as per the Forum Rules. Please use the pastebin]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Pages Post Plugin and Read More Issue’ is closed to new replies.