• Resolved raekess

    (@raekess)


    First of all, I wanted to say again how much I love your theme. All of the customization options are awesome and it’s very beautiful.

    Muse Views

    I am having an issue with the blog posts, however. I have them being posted on the home page of the site and I’m getting no excerpts, despite setting the excerpt slider to maximum in the customization options.

    I’d like, at the very least, an excerpt if not the full text of the most recent blog with the excerpts others beneath it.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter raekess

    (@raekess)

    I figured out that in order to show excerpts you actually have to paste content into the excerpt box beneath the post.

    However, would still love the capability to show entire posts if possible!

    Thread Starter raekess

    (@raekess)

    (Somehow my post was double-posted… so am removing it from this one. Sorry!)

    This is possible by modifying a single line of code.

    First create a child theme and activate it in WP-Admin.

    Copy wpspirit-01/content.php to the wpspirit-01-child/ directory.

    Edit wpspirit-01-child/content.php, go to line 80 and replace

    <?php the_excerpt(); ?>

    with

    <?php the_content(); ?>
    Thread Starter raekess

    (@raekess)

    Thank you, Jesin!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog showing no text, only "read more" link’ is closed to new replies.