• Resolved baxterthedog

    (@baxterthedog)


    Hi,

    Could anyone explain how I would remove the date and the word ‘ comment’ on top of the page?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hilary F

    (@hilary-forster)

    The date and comment link right under the page title? Here is what I did to remove them:

    go to summit-lite > assets > pages > content-page.php and comment out the following code:

    <p class="top-meta"><span class="published" title="<?php the_time('Y-m-d\TH:i:sO') ?>"><?php the_time( get_option( 'date_format' ) ); ?></span> | <span class="comments-link"><?php comments_popup_link( 'Comment', '1 Comment', '% Comments' ) ?></span></p>

    Worked great for me.

    Theme Author Tethered Themes

    (@tetheredthemes)

    Hilary is correct, this will hide the date and comments sub-title 🙂

    mcbrown84

    (@mcbrown84)

    Hi Calvin, I’m not seeing the assets? I have gone into editor and don’t see it in either the code or on the right hand side menu. Can you tell me where I can find this? Sorry, pretty new to all this.

    Thanks.

    mcbrown84

    (@mcbrown84)

    Never mind I found it.

    I am still looking for the answer to this, how do I get to content-page.php? I can’t find ‘Assets’.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove date and comment.’ is closed to new replies.