Community Forums › Forums › Design Tips and Tricks › How do I remove 'filed under' and 'tagged with'?
Tagged: filed under, tagged with
This topic contains 5 replies, has 3 voices, and was last updated by mariafernandez 5 months, 2 weeks ago.
-
AuthorPosts
-
January 3, 2013 at 7:26 am #9159
I’d like to remove the ‘filed under’ and ‘tagged with’ areas on both my home page and individual posts.
Is there a way of doing it without the Genesis Simple Edits plugin?
January 3, 2013 at 8:47 am #9170You can remove the shortcodes using simple edits for the post info and meta you don’t want to display
[post_date] By [post_author_posts_link]
[post_categories] [post_tags]
or you can use the Genesis Simple Hooks plugin and unhook post meta and info.
After installing the plugin Go to the Post/Page Hooks and find:
Unhook
genesis_post_info()function from this hook?Unhook
genesis_post_meta()function from this hook?
WordPress Developer & Consultant
Brad Dalton @ WP Sites – Click Here to Get Genesis Child Theme Tips Delivered.January 3, 2013 at 8:52 am #9171Thanks. For those of us trying to figure out everything at once: how do you ‘unhook’ something? Is there a particular code I need to add?
January 3, 2013 at 8:55 am #9172Yes there is a way to avoid using simple Hooks! Depending on exactly how you may want it appear (or not appear) below are some slightly different methods -
http://my.studiopress.com/snippets/post-meta/
http://wpsmith.net/2011/genesis/remove-or-change-post-info-or-post-meta/
http://www.billerickson.net/genesis-quick-tips/
January 3, 2013 at 8:59 am #9175The easiest way is to simply remove the default shortcodes you don’t want using Simple Edits.
But the Simple Hooks plugin is something i think you’ll find very handy for customization.
To unhook something, you simply check the box which says unhook.
You’ll see the boxes once you install the Simple Hooks plugin.
After installing, go to Genesis > Simple Hooks and you’ll find a page containing all the hooks with boxes.
WordPress Developer & Consultant
Brad Dalton @ WP Sites – Click Here to Get Genesis Child Theme Tips Delivered.January 3, 2013 at 9:23 am #9179Unfortunately the Simple Edits plugin appears to be incompatible with the Balance theme. It breaks other things when I install it. The hook solution suggested by braddalton, however, has worked beautifully.
Here’s what I’ve done, in case someone else needs to remove the ‘filed under’ and ‘tagged with’ areas:
1. Install the Genesis Simple Hooks plugin like any other plugin.
2. Activate it.
3. On the left-hand side menu, under ‘Genesis’, click on ‘Simple Hooks’.
4. Find ‘
genesis_after_post_content‘ and tick the box that says ‘Unhookgenesis_post_meta()function from this hook?’5. Save Changes.
That’s it. The unwanted lines will disappear in both your home page excerpts and individual posts.
Marc, thanks for the links. I’ll bear them in mind.
-
AuthorPosts
The topic ‘How do I remove 'filed under' and 'tagged with'?’ is closed to new replies.