badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Remove Post info at end of an entry

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #3767
    salomao
    Member

    Hi!
    I’m setting up a website (radiologiaribeirao.com) and am pretty new to WordPress.
    I would like to remove the info that goes at the end of every post and page, ie: “by Author, Date, in Category…””
    Is there any custom CSS for that, or do I have to manually change the code?

    Thanks for your help!

    (I turned of the website’s “Maintenance mode” so you guys can access it)

    #3773
    Rabin Shrestha
    Participant

    Hi salomao,

    You can paste this CSS in your Custom CSS box

    .entry-meta-bar .entry-meta {
        display:none;
    }

    Rabin

    #4045
    salomao
    Member

    Excelent!
    Thank you!

    #4057
    Rabin Shrestha
    Participant

    Great! 🙂

    #4245
    Ldessens
    Participant

    Dear Rabin,

    Can you tell me how to remove the entire bar, so also the lines and link to the page?

    Thanks in advance.

    #4274
    Sanjip Shah
    Participant

    @Ldessens In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

    .entry-meta-bar {
        display: none;
    }
    #4360
    jrchilton
    Participant

    Hi! I would like to delete the date on the post but keep the author and tags. Gotta fix for that? Thanks.

    #4369
    Sanjip Shah
    Participant

    @jrchilton You can try the following css, paste it in the custom css of the theme option. But this will leave a double line in between.
    .entry-meta .date { display: none; }

    #4388
    jrchilton
    Participant

    Hi Sanjip, thanks for the quick response. I won’t be able to try this for a few hours, but I will update the post after I do.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.