Remove Date from all Posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • #17202
    ndguy
    Participant

    Website:

    How do I remove just the date from my posts?

    Thanks – Love Esplanade!

    RJ

    #17208
    Daniel Tara
    Keymaster

    Open each content-*.php file ad remove this line:

    <a href="" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_time( get_option( 'date_format' ) ); ?></a> | 
    #17228
    ndguy
    Participant

    Thanks, Daniel! I will be implementing today.

    #17296
    ndguy
    Participant

    I see that making this change would involve removing the indicated line from nine different files. That’s doable, but I’m worried about losing my edit with updates to the theme.

    Is there a way that I can make this happen from a child theme? I know about adding content using .php files in the child theme, but is there a way eliminate or ignore content as it reads from child to main theme *.php files?

    Thanks again in advance!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.