• Resolved Rui Freitas

    (@rui-freitas)


    Hi.

    Someone tell me please, wich css code should I use (I have the Theme Junkie Custom CSS plugin) to remove the fields “date” and “leave a comment”, from the top of the post.

    Thank you very much.

    Regards,
    Rui Freitas

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Rui Freitas

    (@rui-freitas)

    No one?
    Helooo!
    Please…!

    Thread Starter Rui Freitas

    (@rui-freitas)

    Thanks guys.

    Anyway, I dug.
    For those looking for answer to this question (if any) try this:

    .cat-links, .entry-meta .entry-date, .entry-meta .comments-link {
    display: none;
    }

    With this you remove “date” and “leave a reply”, from the hesad of the post, leaving only the “author”.

    Regards,
    Rui F

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    This should clear up why bumping doesn’t help you: https://codex.www.ads-software.com/Forum_Welcome#No_Bumping

    Thread Starter Rui Freitas

    (@rui-freitas)

    I knew nothing about bumping so did not know that insisting on a question in a post brought it to the top.
    I just wanted someone to answer me.
    Anyway, I apologize for the inconvenience.

    You’ll find the code in the file: content.php

    <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>

    Anyway to move the comment box to the bottom of the post instead of the top?

    Trying to do the same thing, but what in the world is Rui’s

    .cat-links, .entry-meta .entry-date, .entry-meta .comments-link {
    display: none;
    }

    What??? I mean, I guess this makes sense to all you experts, but please in simple English/step 1-type language: How do you remove the “Leave a comment” option??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to remove "date" and "leave a comment", from the post’ is closed to new replies.