• Resolved pgdurham

    (@pgdurham)


    Is there a way to display the entire post instead of just an excerpt?

    I have set my WordPress Settings>Reading to show the full text of each article in the feed. I can’t find any settings in the Great customization menu to determine the length of the excerpt. I would still like the option to manually insert a “more” link in the texts of posts but would prefer that the default display shows the entire post.

Viewing 1 replies (of 1 total)
  • Thread Starter pgdurham

    (@pgdurham)

    In index-homepage.php, replace

    //get_template_part( 'content', get_post_format() );
    great_post_box();

    with

    get_template_part( 'content', get_post_format() );
    //great_post_box();

    Just switch which part is commented out.

Viewing 1 replies (of 1 total)

The topic ‘Display full post on homepage’ is closed to new replies.