Hi,
Would you please explain what you want?
Do you want to disable excerpt and show full text on the blog page or just remove the excerpt?
Please let me know.
I want to disable excerpt and show full text on the blog page.
Hello,
The best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme.
After making the child theme copy the file named content.php (template-parts/content.php) from parent theme.
Make sure you followed the folder hierarchy.
Edit this file and find the the_excerpt(); and replace with this the_content();
Save the file.
Hope it helps and let me know if you require any further assistance.
Thanks you so much, I appreciate it.
I think I got it now. 🙂
Awesome, Glad I could help 🙂