• I’m using Penscratch 2 on www.remarpro.com hosted by Siteground. I want to remove Published by … View all posts by … at the end of blog posts. This is a link to the author archive. I can’t find a way to do that in the theme or plugin. Is there some css I could use?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @davidwilcox , have you checked Customize > Content options? There should be check there for displaying the author on posts. Remove that and save your changes, and you should be set. Cheers!

    Thread Starter davidwilcox

    (@davidwilcox)

    Thanks, that should be the solution, but Content options is not available in Customize.

    Hey there,

    That’s odd – is the theme up to date?

    Failing that, this CSS should hide the Author details:

    /* Hide author */
    
    span.author.vcard {
        display: none;
    }

    This can be added via Appearance > Customize > Additional CSS.

    I hope this helps.

    Thread Starter davidwilcox

    (@davidwilcox)

    Thanks Adam – it is 2.04

    The css hides the author on posts, but not the banner strip at the end of each post Published by … View all posts which links to the author archive. Strange. Examples here https://clothfair.city/blog/
    Appreciate the attempt!

    Hey there!

    Ah I think that’s something slightly different.

    The CSS to hide that is:

    .entry-author {
        display: none;
    }

    I hope this helps!

    Thread Starter davidwilcox

    (@davidwilcox)

    Great – that’s done it! Thanks so much Adam

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Published by link to author archive’ is closed to new replies.