• Resolved arjufalah

    (@arjufalah)


    I am using the tdsimple theme and would like to remove the date from my posts. Essentially leaving only the title.

    Thank You

Viewing 2 replies - 1 through 2 (of 2 total)
  • To start with, you should create a child theme so that you don’t run the risk of losing your changes if the tdSimple theme is updated in the future.

    Then, copy the files content.php and content-single.php from the parent theme to the child theme. Inside each one, locate and remove the following code:

    <div class="entry-meta top">
    	<?php tdsimple_posted_on(); ?>
    </div><!-- .entry-meta -->

    That will remove the date and author from being displayed.

    FYI: questions about themes belong in the Themes and Templates forum, or the specific support forum for the theme in question.

    Thread Starter arjufalah

    (@arjufalah)

    it work thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How To Remove Date From Posts on tdsimple theme’ is closed to new replies.