Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #105420
    juneh
    Participant

    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.

    #105421
    juneh
    Participant

    I was able to figure it out. I used the following CSS to hide tags

    .entry-meta .tag-links { display: none; }

    And it worked!

    #105429
    Mahesh
    Keymaster

    @juneh: Glad to know you’ve figured it out. Have a nice day!

    Regards,
    Mahesh

    #105435
    juneh
    Participant

    I’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/ ?

    #105443
    Mahesh
    Keymaster

    @juneh: Go to Dashboard=> Appearance=> Customize=> Additional CSS:

    .postid-992 footer.entry-meta {
        display: none;
    }

    Regards,
    Mahesh

    #105471
    juneh
    Participant

    Thank 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?

    #105512
    Mahesh
    Keymaster

    @juneh: It may be due to caching. This should work on all browsers.

    Regards,
    Mahesh

    #105590
    juneh
    Participant

    Thank you.

    I very much appreciate all of your help.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hide tags at the bottom of my blog post’ is closed to new replies.