Comments soonuk started the conversationDecember 4, 2017 at 6:55amHi. 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. 295Paul repliedDecember 4, 2017 at 5:54pmHi 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 Sign in to reply ...
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.
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:
Change it to:
Now your blog list page should display full content.
I hope this helps!
Regards,
Paul