• Resolved maxairborne

    (@maxairborne)


    The theme seems to default to showing post excerpts on the posts page — it’s hiding images and videos behind the “Read More” link. I’d like it to show full posts. Is there anything I can do? I don’t know php so if it involves changing the theme code it would be helpful to know exactly what I need to change. Thanks for any help.

    • This topic was modified 7 years, 3 months ago by maxairborne.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Guido

    (@guido07111975)

    Hi,

    You should adjust file content-list and look for:

    
    <?php the_excerpt(); ?>
    

    Change this into:

    
    <?php the_content(); ?>
    

    Now whole post is displayed. But in all lists: blog page, search results, archive pages.

    Guido

    Thread Starter maxairborne

    (@maxairborne)

    Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full posts not showing on posts page’ is closed to new replies.