Having excerpt, but hiding from home page
-
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
- The topic ‘Having excerpt, but hiding from home page’ is closed to new replies.