Tagged: hide tags
- This topic has 7 replies, 2 voices, and was last updated 7 years, 10 months ago by juneh.
-
AuthorPosts
-
December 16, 2016 at 1:51 am #105420junehParticipant
How can I hide the tags at the bottom of my blog post?
This was recommended in another post on the forum:
You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide the entry meta.
.entry-footer { display: none; }
But this did not work for me.
December 16, 2016 at 3:27 am #105421junehParticipantI was able to figure it out. I used the following CSS to hide tags
.entry-meta .tag-links { display: none; }
And it worked!
December 16, 2016 at 9:33 am #105429December 16, 2016 at 10:42 am #105435junehParticipantI’m so sorry. I thought I had this figured out, but the tags are still showing up at the bottom of one of my pages:
http://www.livelifesurge.com/midlife-surge/
(Under Recent Posts)The same post is not showing tags at http://www.livelifesurge.com/ and http://www.livelifesurge.com/category/personalgrowth/
I used the following CSS to hide tags
.entry-meta .tag-links { display: none; }
How do I make it so that the tags do not appear at http://www.livelifesurge.com/midlife-surge/ ?
December 16, 2016 at 1:47 pm #105443MaheshParticipant@juneh: Go to Dashboard=> Appearance=> Customize=> Additional CSS:
.postid-992 footer.entry-meta { display: none; }
Regards,
MaheshDecember 16, 2016 at 10:11 pm #105471junehParticipantThank you!
You are amazing =)
The only question I had is that it worked when I opened the page on Chrome but not in Microsoft Edge. Do you know why there might be a difference?
December 18, 2016 at 10:58 am #105512MaheshParticipant@juneh: It may be due to caching. This should work on all browsers.
Regards,
MaheshDecember 19, 2016 at 11:10 pm #105590junehParticipantThank you.
I very much appreciate all of your help.
-
AuthorPosts
- The topic ‘Hide tags at the bottom of my blog post’ is closed to new replies.