• is it possible to only show the intro text on front page and categories page but when you are on the actual article page to show the text beyond the <–!more–> tag?

    I want to hide the intro text…

    Could you help me?

Viewing 2 replies - 1 through 2 (of 2 total)
  • C W (VYSO)

    (@cyril-washbrook)

    Yes. In the relevant post/page template, replace:

    <?php the_content(); ?>

    with

    <?php the_content( '', true ); ?>

    This will hide the stuff above the <!--more--> quicktag. See also the Codex page .

    Thread Starter zagore

    (@zagore)

    Yesssssssssssssssssssssssssssss!

    Thank youuuuuuuuuuuuuuuuuuuuuuuuuuuuuu

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove intro read more’ is closed to new replies.