How to remove post meta data?
-
Hello everyone! My first post. π
I’m trying to remove post meta data from my site.
See below:
http://www.hahablah.comTheme is Magazino
I’d also like to know how to just delete post dates completely from the whole site.
I’m competent in HTML, and this is my first venture into WordPress – if anyone ever wants HTML advice – give me a shout
-
I don’t see any post meta data, what are you referring to? And what do you mean by “deleting post dates”?
http://hahablah.com/stuck/
If you look to the left of the image you will see:
by ryan
on February 22, 2014
under Comics
tagged dad joke, hahablah, pig
β Permalink
EditI don’t want that information to be visible.
When I talk about deleting post dates, I mean the dates attached to the thumbnail images when you roll over the images. See on my front page:
http://www.hahablah.comThanks for any help!
You should start by creating a child theme.
Once you have that, you can edit the HTML and/or CSS to hide the things you don’t want to show.
How do you hide those items though? I can’t even find what is making the meta data appear
The meta data is probably hidden away in some sort of ‘include’ look in the theme’s sub folders for some sort of “post-meta.php” file (maybe)
Hi,
I’m also having the same problem. Tried .entry { display: none; }, .blog-left a.blog-author { display: none; }, blog-details p.date { display:none; } it didn’t worked.
Can someone help me with this please? http://www.unitedworldfoundationphilippines.net
Thank you.
@mguerta
please contact the developer of your theme for support with your question;
http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Productsalso, please do not post in old topic – please start a new topic; http://codex.ww.wp.xz.cn/Forum_Welcome#Where_To_Post
The topic ‘How to remove post meta data?’ is closed to new replies.