• Resolved breather

    (@breather)


    I don′t know, but I can′t seem to disable excerpts.
    There is no setting in the theme, and if I change the setting in wordpress (Settings->read) nothing happens.
    How can I fix this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter breather

    (@breather)

    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.

    Thread Starter breather

    (@breather)

    Thanks you so much, I appreciate it.
    I think I got it now. ??

    Awesome, Glad I could help ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disable excerpt’ is closed to new replies.