• Resolved ieatgravel

    (@ieatgravel)


    Hello,
    I installed the Quest theme and it’s a beautiful design. The only issue I’ve run into so far is that I’m not sure how to show full posts on my front-page. It seems to be automatically creating an excerpt. I didn’t see any options for showing excerpts or full posts. Can someone help?

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author pacethemes

    (@pacethemes)

    There is no way to do this out of the box, create a child theme if you haven’t already. Copy the partials folder to the child theme, edit the content-medium.php, content-normal.php find the line which says
    <?php the_excerpt() ?>
    change it to
    <?php the_content() ?>

    Thread Starter ieatgravel

    (@ieatgravel)

    Thank you very much.

    Theme Author pacethemes

    (@pacethemes)

    Please rate us if you like the theme ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Only Excerpts Showing on Front Page’ is closed to new replies.