Forums

[resolved] Hide content before more tag! (3 posts)

  1. peterjharrison
    Member
    Posted 2 years ago #

    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

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    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-->.
  3. peterjharrison
    Member
    Posted 2 years ago #

    Hi Alchymyth,

    Thank you for your reply thats great, works like a treat.

    Regards
    Pete

Topic Closed

This topic has been closed to new replies.

About this Topic