Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Katrine,
    although I don’t know this theme in particular, I guess you have to find the_author_posts_link() in the phps or just find the words “published by” and comment out these code parts.

    Was able to remove the “published by” by adding the following to the custom child CSS file –

    .meta-publisher {
    display: none;
    }

    Also tried and removed the following from the custom child’s content.php file –

    <?php _e(‘Published by: ‘, ‘smartadapt’) ?> <?php the_author_posts_link(); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove 'published by' from posts’ is closed to new replies.