Hide author and tags from homepage next to each post?
-
I’m using the Ryu theme here: http://christinesalek.com/
Next to each post on the homepage there’s a list of the date, author, tags, and the link to leave a comment. How can I hide the author and tags sections of this list?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi!
Can you try the following?
.entry-meta span.author.vcard { display: none; border-bottom: 0px solid #fff; } .entry-meta span.tags-links { display: none; }Just input that under Appearance -> Customize -> CSS. Also, just for future reference, we have a forum devoted to CSS customizations here:
https://en.forums.wordpress.com/forum/css-customization
In case you’re interested to learn a bit more, we have some information and resources here:
http://en.support.wordpress.com/custom-design/editing-css/
Let me know if you need anything else!
-
-
- The topic ‘Hide author and tags from homepage next to each post?’ is closed to new replies.