• PaulDoesWP

    (@pauldoeswordpress)


    Hello. I’d like a list showing full posts, not excerpts. I know I can copy the HTML from the post to the Excerpt section when editing a post, but this is clumsy and certainly not very client-friendly. I’ve read various methods about replacing the_excerpt with the_content in various php files, but cannot seem to find the corresponding files in the Openstrap theme or my version (3.8.3) of WordPress.

    Any thoughts?

    Thanks,

    Paul

Viewing 1 replies (of 1 total)
  • Theme Author Pavan Solapure

    (@pavans)

    Hi Paul
    You need to update content.php from openstrap theme folder for this. At around line #57 excerpt call should be replaced with content call.

    Note – I suggest you create a child theme and make these changes in your child theme instead of main theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Show full posts, not excerpts’ is closed to new replies.