Hello,
I would appreciate your help.
How can I removing the date/author from the postings for the Simple Catch
theme? Should I make changes on the theme files or use the “Custom CSS Styles” box under the Theme Options?
Thank you!
I’ve figured out how to remove date and time from index.php
by finding the_time() and the_author_meta() code and converting it to the comment <!---->
<!-- <li class="no-padding-left">" title="<?php echo esc_attr(get_the_author_meta( 'display_name' ) ); ?>">By <?php the_author_meta( 'display_name' );?>
<?php the_time( 'j F, Y' ); ?>
-->
However, I have a problem with the comments displaying dates – I couldn’t find the_time()`code on comments.php.
Also, I can’t remove dates from the posts on the pages.
I would appreciate your help.
[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
I finally resolved it.
archive.php:
<!--<li class="no-padding-left"><a>" title="<?php echo esc_attr(get_the_author_meta( 'display_name' ) ); ?>">By <?php the_author_meta( 'display_name' );?></a>
<li><?php the_time( 'j F, Y' ); ?></li>
-->
[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
Hi there, I am trying to remove author, date and comment from simplecatch. I am a complete novice and would love your help! Am I just pasting your last link into Custom CSS on the Design Options?
It doesn’t seem to be working for me 🙁 Thanks for your help alchemyofyouth!