• Having issues with getting the Excerpts to show on the homepage. I have changed all instances that I can find of the_content() to the_excerpt() however although it works on the search and archive results it doesn’t work on the homepage.

    Assitance on this would be greatly appreciated.

    Site: https://www.skillztest.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • I don’t know your theme…but normally it is index.php you wish to edit….

    Thread Starter ScottWatson

    (@scottwatson)

    Yeah I have done it often with other themes and never had a problem with it, and you are right it is normally index.php – however for some reason index.php on this theme doesn’t have the code the_content()

    The theme is Jarrah btw incase anyone is using it and has come across the same problem or has a solution for it.

    <div class="clr16"></div>
                        <div class="postcontent"><?php the_content('(continue reading...)'); ?></div>
                        <div class="clr"></div>

    its right here in that theme…in index.php….

    Thread Starter ScottWatson

    (@scottwatson)

    changing it to excerpt does not work. I have tried it and tried it again and yet it still shows the full post. And yes I have tried clearing my browsers cache!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Excerpt’ is closed to new replies.