Home Forums Basel support forum Disable Blog Comments

Disable Blog Comments

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #527574

    Crisperience
    Participant

    Hi,

    How do I completely disable blog comments? Also how to remove the “Posted by” as shown in the screenshot?

    Attachments:
    You must be logged in to view attached files.
    #527742

    Artem Temos
    Keymaster

    Hello,

    Here is an article that will help you disable comments on your website https://www.wpbeginner.com/wp-tutorials/how-to-completely-disable-comments-in-wordpress/

    Add the following custom CSS to hide posts meta line

    .entry-meta {
        display: none;
    }

    Kind Regards

    #528560

    Crisperience
    Participant

    I disabled the comments, thanks but the meta description did not work as intended as you can see in the screenshot.

    Also, a gray bar appeared below the post. I guess that’s where the other blog posts will be portrayed?

    Attachments:
    You must be logged in to view attached files.
    #528663

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)