• Resolved mlscott70

    (@mlscott70)


    Hi there, how can I get posts to display in full length on the home page?

    Thanks for your help

    Matt

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Matt,

    Most themes use the_excerpt function in order to display the post summary. To display the full length of the posts, replace this function with the_content function. In this theme, it is written at line number of 34 in content.php file.

    I’d recommend doing this using a child theme, though.

    I hope that helps.

    Pothi

    Theme Author ZS

    (@orahmax)

    Open content.php file and replace ‘the_excerpt’ at line 34 with ‘the_content’

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post summary on frente’ is closed to new replies.