• Resolved alchemyofyouth

    (@alchemyofyouth)


    Hello Sakin,
    Your themes are great. I have a question regarding the Simple Catch – http://ww.wp.xz.cn/extend/themes/simple-catch
    How to remove the author and date from a post, but leave comments? I’ve read some suggestions about removing the date/author on the forum, but I would appreciate if you could give me specific directions for the Simple Catch. Should I make changes on the theme files or use the “Custom CSS Styles” box under the Theme Options?
    Thank you for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter alchemyofyouth

    (@alchemyofyouth)

    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!

    Thread Starter alchemyofyouth

    (@alchemyofyouth)

    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.]

    Thread Starter alchemyofyouth

    (@alchemyofyouth)

    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!

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

The topic ‘Remove Date and Author’ is closed to new replies.