• Hi,

    Great theme.

    I was trying to get the latest posts on the home page to just show the summary/excerpt of the post but it is not working. I changed the setting in reading to “summary” but it still shows the full posts text.

    How can I fix this?

    Thanks

Viewing 1 replies (of 1 total)
  • Theme Author Kharis Sulistiyono

    (@kharisblank)

    Hi, thank you for dropping your question down here.

    The solution, you have to modify template file content.php

    Go to line 38, you will find the code as below:

    <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'rundown' ) ); ?>

    Replace that code to:

    <?php the_excerpt(); ?>

    This code will display your posts’ exceprt.

    Thank you for using Rundown theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Latest Post Summary Excerpt’ is closed to new replies.