• Resolved lawlsh

    (@lawlsh)


    Hi, is there a way to set the post category page to show full post instead of excerpt? thanks.

Viewing 1 replies (of 1 total)
  • Hi @lawlsh,

    You can install Child Theme, copy archive.php file from parent theme to child one, open it to edit and find the line below

    get_template_part( 'template-parts/content', 'search' );

    then change it for this

    get_template_part( 'template-parts/content', 'single' );

Viewing 1 replies (of 1 total)
  • The topic ‘Show full blog post’ is closed to new replies.