how do i remove tags from public view
-
I am using Gallery Theme and I want to make the tags that i place not be visible to public when they look at a post
The blog I need help with is: (visible only to logged in users)
-
Hiding post meta data
I used this CSS code: footer.entry-meta {display: none;}check out http://dailypost.wordpress.com/2013/06/21/css-intro/ and scroll down for the explanation
-
This did not work to make the tags invisible to others. I did a copy and paste of what was above, so I know I did not enter it wrong.
Help?
-
I looked at your latest post: http://mysoulspath.com/2014/06/16/kiss-the-sky-2/
And I didn’t see any tags. So I checked your custom CSS and I see that you hid the tags using this CSS:
.post-meta { display: none; }Looks great!
- The topic ‘how do i remove tags from public view’ is closed to new replies.