More tag not working
-
I am using a custom WP template and cannot get the more tag to work. I insert the tag while writing a post (and see it inserted) but the tag does not appear on the actual post but rather the full post (if less than 55 words) or with […] at the end which is not hyperlinked (for posts greater than 55 words). The only way I can view the full post is to click on the post title. I added the following code ahead of the call for content in the page.php file but still no luck:
<?php global $more; $more = 0; ?>
(have tried changing the 0 to a 1 and to a true and a false). I’ve googled this problem for hours and the only fix I see is the above snippet of code but it appears it does not work for everyone, me included. Please help…..
- The topic ‘More tag not working’ is closed to new replies.