- This topic has 5 replies, 2 voices, and was last updated 3 years, 7 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘Blog Page Not Showing Excerpts’ is closed to new replies.
Home › Community Forums › Aspire Theme Support › Blog Page Not Showing Excerpts
Tagged: aspire pro, blog, blog post, excerpts
I recently had to re-install the Aspire Pro theme (to fix some other problems). Since I’ve re-installed it, everything is fine except for one thing…
My “Blog” page is not showing the excerpts. Instead, it is showing the FULL blog posts.
How can I change it so it only shows the excerpts again?
Thanks!
I have already set the “Reading” settings to be showing excerpts.
Screenshot of the settings: https://ibb.co/B26zG3B
Yay, that was exactly what I needed. Thank you, Wes! Sorry I didn’t realize the Archive options was the right spot.
Another thing… In an older question you’ve helped me remove the “Filed Under” tag link at the end of the excerpts and blog posts. Here’s the link to the support thread: https://appfinite.com/topic/remove-category-tags-at-the-bottom/
The code you provided me there only removes the tags, but not the categories. Could you tell me how to remove the categories, as well?
Thank you! I appreciate your help!
Just in case the notification doesn’t work I’ll copy/paste my reply here as well.
Give this a try –
//* Remove the entry meta in the entry footer (requires HTML5 theme support)
remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
I just tested on a local site and it removed both.
Let me know if that works on your end.
Works like a charm. Thanks a lot Wes!