• Resolved adriaan47

    (@adriaan47)


    hello i will remove or hide the author name from the posts i have already published

    please see below
    “BY WEBMASTER · PUBLISHED JUNI 22, 2016 · UPDATED JUNI 22, 2016”

    i have installed activatited the plugin Remove Entry-Meta Plugin but its not working
    is there an other way to remove or hide that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Adriaan,

    Can you share the website in which you are trying to remove the authorname and date?

    Cheers,
    Awwab Tahir

    Hi Adriaan,

    Remove the following lines from single.php with a child theme:

    <p class="post-byline"><?php _e('by','hueman'); ?> <?php the_author_posts_link(); ?> &middot; <?php the_time(get_option('date_format')); ?></p>
    Thread Starter adriaan47

    (@adriaan47)

    by pacing this code in my style. css its resolved thanks to robelia

    .post-byline {
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 1em;
    display: none;
    }

    resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove /hide authorname and date from posts’ is closed to new replies.