[Resolved] Excerpts not showing in the homepage

Home Forums Support [Resolved] Excerpts not showing in the homepage

Home Forums Support Excerpts not showing in the homepage

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #392642
    Elio Martinez

    Hi,

    I’ve been doing some changes to the template in the last weeks and I’m having trouble with the excerpt. If you visit nbamaniacs.com you can notice the homepage doesn’t show any excerpt (Although the Blog options under Configure is set to show excerpt)

    I initially though that this was made via hooks or filters but I haven’t found anything in the code. My goal is to recover the excerpt and then hide it via css so other 3rd party tools can still read that excerpt.

    Any ideas?

    Thanks!

    #392904
    Leo
    Staff
    Customer Support

    Hi there,

    What’s your setting in Customizer > Blog > Blog post content?

    #393128
    Elio Martinez

    Hi Leo, it’s set to Show excerpt (instead of show full post)

    I tried every single combination but I can’t find anything.

    Is there a filter or hook I can use to override settings and show excerpts in the homepage?

    Thanks!

    #393265
    Tom
    Lead Developer
    Lead Developer

    Does the excerpt length have a value in the Blog section of the Customizer?

    You also have this CSS added:

    .entry-summary {
        display: none;
    }
    #393688
    Elio Martinez

    Hi Tom,

    That was the issue! Thanks! When I tested with value, it wasn’t displaying in the preview because of the CSS ๐Ÿ˜€

    #393695
    Tom
    Lead Developer
    Lead Developer

    Glad I could help! ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.