Please forgive me as I’m sure this is already answered somewhere…I just couldn’t find it. On http://pages.sanesolution.com/ how can I hide all excerpts and have the read more link move up to fill that freed-up space?
Also, how can I make the category pages look that same way vs. how they currently show the full post: http://pages.sanesolution.com/category/eat-sane/
Thanks!
Hi stunna42!
Your just trying to get rid of the excerpts completely? If so then add this to your custom CSS.
.pf-content p {
display: none;
}
For the category archives you can use the more tag, a custom excerpt, or do this, https://kriesi.at/support/topic/make-excerpt-shorter/#post-172121.
Regards,
Elliott