Prevent author, tags, dates from being visible
-
Hi,
How can I keep the author, date, tags on the posts from being visible to the audience?
Thank you!
Kristin Strubhart
http://midwestindoor.comThe blog I need help with is: (visible only to logged in users)
-
Hello,
I have noticed that Author and Tags are visible on the post (Single Page). Date is hidden due to the following Custom CSS,
.entry-meta .sep, .entry-meta .entry-date { display: none; }
You may alter this Custom CSS code to display Date.
Please feel free to ask additional questions.
Thanks -
I actually want the date, author, and tags to be hidden. How do I make the author and tags hidden?
Thank you!
http://www.midwestindoor.com
Kristin Strubhart -
Hello,
How do I make the author and tags hidden?
Please use the following CSS Code Snippet to hide the Author,
.single-post .entry-meta-header ul li:first-child { display: none; }
Tags can be hidden but it will leave the “and tagged” label visible. However, you may hide complete post meta at the bottom of post.
Thanks
- The topic ‘Prevent author, tags, dates from being visible’ is closed to new replies.