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 certain info from blog posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #71369
    jbedel
    Participant

    Hello,çCan you please show me how can I remove from Blog Posts the author, the comments counter, the “leave a reply ” section and also the comments window.

    Thank you

    #71424

    @jbedel,

    To remove the author, the comments counter and the “leave a reply” section just login to your dashboard and go to Appearance -> Customize -> WP Portfolio Pro Theme Options -> Custom CSS and paste below custom CSS code. You can disable the “Leave a Reply” (comment) section via specific posts editor as well.

    .site-main .entry-meta .by-author,
    .site-main .entry-meta .comments,
    .comments-area .comment-respond {
        display: none;
    }

    Thank you!

    #71465
    jbedel
    Participant

    Thank you, it worked perfectlly !
    Can you please also show me how to remove from the blogs post the: category and the date?

    Thank you very much!

    #71477

    Hello Jbedel,

    To remove category and the date just replace previous above custom CSS code with the below one:

    .site-main .entry-header .entry-meta,
    .comments-area .comment-respond {
        display: none;
    }

    Thank you!

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