• I’m sure this has been covered before, but I scanned a few pages here and couldn’t find anything specific. The date is fine, but I’d like to get rid of the “by authorname“.

    Existing: ‘Posted on date by authorname

    Preferred: ‘Posted on date

    This would be front page, posts page, everywhere, future and existing posts.

    https://thetarnishedbadge.central-us.net/wordpress/

Viewing 1 replies (of 1 total)
  • Thread Starter notawoodpecker

    (@notawoodpecker)

    Having not gotten any other replies, I went digging and found this code which seems to have done the trick when added to the Child theme:

    /* =Content
    -------------------------------------------------------------- */
    
    span.meta-sep { display:none; }
    
    span.author { display:none; }
    
    #main {
    clear: both;
    overflow: hidden;
    padding: 40px 0 0 0;
    }
    #content {
    margin-bottom: 36px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Delete Posted By?’ is closed to new replies.