• Resolved dietesterin

    (@dietesterin)


    Since the update a few weeks ago my homepage shows the whole blogposts instead of just the first few sentences. Have you inserted a new setting that I do not find? This is my site. Deactivating and reactivating the plugins had no effect on this. Thank you in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • That’s odd. The theme has always displayed full content instead of a excerpt on the blog page. You’ll see the except on archive pages.

    There’s two possible solutions:

    1) Use the <!--more--> tag in your posts. It will create a “Continue Reading” link and separate the content. See https://en.support.wordpress.com/splitting-content/more-tag/

    On the downside, you’ll have to edit your old posts so perhaps solution two is better for you.

    2) Create a child theme (https://github.com/jayj/Cakifo/wiki/Child-themes) and copy the content.php file from the parent theme over in your new child theme. Find line 78 and change it to <?php the_excerpt(); ?>.

    Hope that helps you. If not, feel free to write again. If you have any questions beside this one I recommend you sign-up for theme support on Theme Hybrid.

    – Jesper

    Thread Starter dietesterin

    (@dietesterin)

    That did the trick, thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Since update complete blogpost is shown’ is closed to new replies.