- This topic has 15 replies, 42 voices, and was last updated 9 years, 7 months ago by .
- You must be logged in to reply to this topic.
Home › Forums › WordPress Themes – Premium › Preference › How to remove Author info and tags below the post
Dear,
Please let me know how to remove (not to show) author info in the posts of Luminescence [Date: December 4, 2012 Author:xyz] and how to remove (not to show) tags in the posts.
Best
Very sorry. I should have posted this in the category of Celestial Reloaded. Please move this to that category if possible. Best
Are you just wanting to hide the date and author only?
Yes exactly. We dont want to make the author, date and the tags (since we use OpenCalais’s Tagaroo, it shows more than 100 tags sometimes in a big article) visible to the readers. Best
You will have to do some custom css (preferably in a child theme or if you are using a plugin for editing css…so you won’t lose your modifications with theme updates. But to do this, create the following custom css:
.entry-date,
.entry-author {
display:none;
}
Thank you. This worked magically. 🙂 But the tags are visible after the post. Please tell me how to remove them. Best
If you want that removed as well, then with that custom css I gave you, add the entry footer meta to it as well:
.entry-footer-meta,
.entry-date,
.entry-author {
display:none;
}
Thank you so much. This worked smoothly too. Best
Dear,
After some updates on the theme perhaps the CSS codes you gave are not working. I want to remove/hide the “Posted in”, “Tagged:” “:Last modified” and “Post Navigation” parts. Please help.
That should work and just tried this in my local test site. Perhaps try it this way:
.entry-footer-meta,
.nav-single {
display: none;
}
Thanks. But it’s not working 🙁
Please provide a link to your site.
Thanks. Here it goes: http://rupkatha.com/editorial_v5_n3/
OK, now I’m confused because this forum topic started off with Luminescence, then you meant to do it for Celestial Reloaded, now Preference?
So which theme should this whole topic be related to, because I need to move this topic to the appropriate forum category for the theme which looks like is for Preference.
For Preference your CSS would be:
.entry-footer,
.nav-single {
display:none;
}
Ah! Really sorry making the confusion.
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.