• Resolved needsomeWPhelp

    (@needsomewphelp)


    Where is the setting to remove the author from each post? I don’t want it on there.
    Thanks,
    Mike

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @needsomewphelp,

    Add the below CSS code in additional CSS from customizer.

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below and save.

    span.entry-author {
    display: none;
    }

    Thanks.

    Thread Starter needsomeWPhelp

    (@needsomewphelp)

    Oh, thank you! What code can I add to remove the Publish Date and number of Comments?
    Mike

    Theme Author VW THEMES

    (@vowelweb)

    Hello @needsomewphelp,

    Add the below code in additional CSS, it will remove publish date and comments option from the post.

    .metabox {
    display: none;
    }

    Thanks.

    Thread Starter needsomeWPhelp

    (@needsomewphelp)

    That worked great. Is there a way to modify or remove the date from the blog post summary (the red box next to each post)? I’m trying not to highlight the publish date.

    Theme Author VW THEMES

    (@vowelweb)

    Hello @needsomewphelp,

    Add the below code in additional CSS, it will remove publish date and comments option from the post.

    .metabox {
    display: none;
    }

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove author from posts’ is closed to new replies.