Hide content above the "more" Tag
-
Now I could be mistaken but I believe I have done this before, I just can not remember how I did it.
I was able to hide all the content on a page that was ABOVE the <!– more –> Tag and only display the content below it.
Now I know this will display all the content above the more tag but not the content below it.
<?php global $more; $more = 0; the_content(“Add a Comment”); ?>Is there a way to display ONLY the content BELOW the more tag?
Thanks in advance! <3
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hide content above the "more" Tag’ is closed to new replies.