Hi,
I want tbe be able to hide the content before the moretag on my post single page and just display the stuff after the more tag.
Does anyone know of anyway of doing this?
Regards
Pete
Hi,
I want tbe be able to hide the content before the moretag on my post single page and just display the stuff after the more tag.
Does anyone know of anyway of doing this?
Regards
Pete
http://codex.wordpress.org/Customizing_the_Read_More
To remove the teaser:
Change the_content(); in your index.php to (i.e., the second parameter controls this):
the_content('',FALSE,'');Include <!--noteaser--> in the post text, immediately after the <!--more-->.Hi Alchymyth,
Thank you for your reply thats great, works like a treat.
Regards
Pete
This topic has been closed to new replies.