• Resolved aponzo

    (@aponzo)


    Using the Corpo theme and having a Front Page to display my most recent posts.
    Is it possible to display the full posts, instead of the excerpt?
    I’d like to include images included in the full posts, where the excerpts don’t include any images.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author alex27

    (@alex27)

    Hello!

    Just to clarify – excerpts do include featured image. But to answer your question – yes, it’s definitely possible to display full post instead of excerpt.
    First you’re gonna need to create child theme. Next copy file loop.php to your child theme and replace corpo_excerpt() function with the_content(). You might also need to make additional changes, for example remove the code displaying post thumbnail (featured image).

    Thread Starter aponzo

    (@aponzo)

    Love your work Alex! Thank you very much for the quick response!!
    Great theme as well, exactly what I’m after 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change Home to show full posts’ is closed to new replies.