• I use the < !–more–> tag to post excerpts on the front or home page? So the first part they can read on the home page and the second part they have to click Read more. But I want the credits that are posted on the end also to show on the front or home page.

    How do I “un”< !–more–> that part so it show on the frontpage?

    Thank you very much

Viewing 1 replies (of 1 total)
  • All post content after <!--more-->:

    $aftermore = 11 + strpos($post->post_content, '<!--more-->');
    echo 'this is after the more >' . substr($post->post_content,$aftermore);

Viewing 1 replies (of 1 total)
  • The topic ‘Show content after more tage’ is closed to new replies.