Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #7980

    Please, tell me how to remove “This entry was posted in (…) by (…)”. But I want to have the tags.
    Any ideas?

    #7998
    Sakin
    Keymaster

    @Bazil Guerrero: Please send me your site URL and then I will send you the css code to hide it.

    #8134
    bluezelia
    Member

    I would also like to remove the ‘this was posted in’ as well as the tagged items. My URL is http://69.195.124.79/~blueizuc/

    Thank you,
    Kat

    #8137
    Sakin
    Keymaster

    @bluezelia: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .single footer.entry-meta { display: none; }

    #8170
    bluezelia
    Member

    Thank you for your help. This change did remove the line from the post page; however, it does not remove it from the summary displayed for each post on the home page. How can this be removed?

    thank you,
    Kat

    #8174
    Sakin
    Keymaster

    @bluezelia: If you wan to hide in all pages then replace the above css with the following CSS in “Appearance => Theme Options => Custom CSS” box.
    footer.entry-meta { display: none; }

    #8179
    bluezelia
    Member

    Worked, thank you.

    Just to confirm, this won’t affect the SEO?

    #8181
    Sakin
    Keymaster

    Yes it won’t affect the SEO.

    #8372

    Ok.
    Here it is: http://theinterview.eu/
    I want date and tags to be displayed.
    I want to remove: posted by, This entry was posted in?by… Bookmark the permalink.
    Can you help me?

    #8373

    Ok.
    Here it is: http://theinterview.eu/
    I want date and tags to be displayed.
    I want to remove: posted by, This entry was posted in/by… Bookmark the permalink.
    Can you help me?

    #8393
    Sakin
    Keymaster

    @Bazil Guerrero: You ca hide the author by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta .by-author { display: none; }

    There is no option to just show tag and hide all. You can either hide or show the whole footer meta. TO hide add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    footer.entry-meta { display: none; }

    #8399

    Thank you very much!

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove This entry was posted in, remain tags’ is closed to new replies.