I'm having trouble understanding the true/false of the_content.
I'm trying to get the text inserted before the <!--more--> not to be included when the full post is displayed.
is the_content even the correct place to do this?
I'm having trouble understanding the true/false of the_content.
I'm trying to get the text inserted before the <!--more--> not to be included when the full post is displayed.
is the_content even the correct place to do this?
I don't think there is such a feature/parameter for that tag.
The reason I'm confused, is I've had a state where I can get this to happen. But any post not containing <!--more--> is displayed with no text (apart from title) when viewed as single post. The only tag I changed was the_content()
this is it:
<?php the_content(" read more about ".the_title('', '', false)."..."); ?>
This topic has been closed to new replies.