Website:
How do I remove just the date from my posts?
Thanks – Love Esplanade!
RJ
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> |
Thanks, Daniel! I will be implementing today.
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!