Okay
  Public Ticket #1390891
how to show full text in blog list?
Closed

Comments

  • soonuk started the conversation

    Hi. 

    I purchased Kathy theme today. I like its clean, spacious layout. 

    In regard to blog list, however, I wish to show the text with all the text format. Could you kindly help me how it can be done?

    Thank you for your kind attention.

  •  291
    Paul replied

    Hi there!

    You would need to customize the code in the "index.php" file a bit. But instead of direct editing the theme file, I would suggest creating a new child theme, override the file, and edit it from there.

    For more information about creating a child theme, please see here: https://uxbarn.ticksy.com/article/8649/

    After you have a child theme, copy the "index.php" file from the parent theme to the child theme. Then open the file and find this code:

    <?php kathy_print_post_excerpt(); ?>

    Change it to:

    <?php the_content(); ?>

    Now your blog list page should display full content.

    I hope this helps!

    Regards,
    Paul