• I am trying out this theme and like it. Except I want to see the entire post and not excerpts. How do I do this?

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

    For this you need to create child theme.Reference here.
    1. After successfully creating and activating child theme, you now need to look in main theme’s folder.
    2. There you will see content.php file.Now you need to copy and paste this file from main theme folder to child theme’s folder.
    3. Now in content.php file in child theme’s folder you will see below line:

    <?php the_excerpt(); ?>

    4. Now you need to change this line to:

    <?php the_content(); ?>

    Note: Please customize files of child theme, so your changes will not overwrite on theme update.

    Best Regards!!!

    Thread Starter PaulaO

    (@holyroller)

    That worked!

    Much thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get full post and not excerpt’ is closed to new replies.