• Hi,

    I’ve been looking through the forum, but can’t figure out how to have an excerpt (which I can use for auto-posting to social media), but not have it show on my home page.

    I have set my reading settings to “display full text” on the home page and tried the following CSS edits without success.

    .home #primary .entry-summary {
    display: none;
    }

    .home #primary .entry-summary {
    display: content;
    }

    The following edits DID removed the excerpt, but did not allow the full text to show.

    body.home div.entry-content p {
    display: none !important;
    }

    .home .entry-content p { display:none; }

    Website: https://www.shannongianotti.com. (I have currently deleted the excerpt as I don’t want that showing on the home page.)

    Thanks

Viewing 1 replies (of 1 total)
  • It appears that you issue has been resolved. Please, confirm and if you can share your solution for others to benefit from. Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Having excerpt, but hiding from home page’ is closed to new replies.