Hello,
When i use the_content() tag in my template, pages appear completely, even though they have a "more tag" in them.
When i use the the_content() with parameters, for example the_content( $more_link_text, $strip_teaser, $more_file ); and i set $strip_teaser to TRUE, it displays the post without the teaser(before the more tag). Therefore I know my more tag is working.
So what i would like to happen is that it displays the post only before the more tag.
Any tips on how I could make this happen?
Thanks,
Neil