Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #110518
    Mat
    Participant

    Hi,

    How do I remove ‘author’ and ‘date’, which is placed automatically at the top of each post above the heading?

    Similarly, how do I remove ‘author’ and ‘leave a comment’ that is placed on the search results page next to each article?

    Thanks,

    Mat.

    #110527
    Mahesh
    Keymaster

    @banno2000: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    /* Hide author and date on the top */
    #main .entry-header .entry-meta {
        display: none;
    }

    And for disabling comments, go to edit post, click on Screen Options on the top right just beside Help. Some options will slide down. Check on Discussion checkbox. Then scroll down below the content and uncheck Allow Comments checkbox then click Update.
    Please repeat the process of unchecking Allow Comments checkbox for the posts. Hope this helps.

    Regards,
    Mahesh

    #110530
    Mat
    Participant

    Resolved, thanks! I didn’t want to disable comments, but rather just remove that particular link, so the CSS was all that I needed.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove 'author' and 'date' at top of Posts’ is closed to new replies.