- This topic has 7 replies, 2 voices, and was last updated 3 years, 9 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Aspire Theme Support › Remove Category / Tags at the Bottom
Hi,
How can I remove the following block from all my posts:
Filed Under: [category]
Tagged With: [tags]
I want to remove it from the posts, as well as from the blog roll.
Thank you.
Take a look at this link – https://my.studiopress.com/documentation/snippets/entry-footer-html5/remove-entry-footer-markup/
This code should remove both the Categories and Tags from the bottom of your posts.
//* Remove the entry footer markup (requires HTML5 theme support)
remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_open', 5 );
remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_close', 15 );
Let me know if that works.
That’s exactly what I needed, thank you Wes!
(deleted by user)
Hi Wes, I just realized that the code you’ve given me only removes the tags. How can I remove the categories, as well?
@Wes can we have an answer on this please? Thanks!
Works like a charm. Thanks a lot Wes!