• Resolved N

    (@x8yuvzi)


    please help me on how to remove date from posts. thanx in advance ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author acosmin

    (@acosmin)

    Open ../post-templates/content.php, remove:

    <time class="detail left index-post-date" datetime="<?php echo get_the_date( 'Y-m-d' ); ?>"><?php echo get_the_date( 'M d, Y' ); ?></time>

    Open /post-templates/content-single.php, remove:

    <time class="detail left index-post-date" datetime="<?php echo get_the_date( 'Y-m-d' ); ?>"><?php echo get_the_date( 'M d, Y' ); ?></time>

    Thread Starter N

    (@x8yuvzi)

    removed it, it still shows ??

    Theme Author acosmin

    (@acosmin)

    If you are talking about removing the date from slides you need to open featured-content.php and remove:

    <time class="date" datetime="<?php echo get_the_date( 'Y-m-d' ); ?>"><?php echo get_the_date( 'M d, Y' ); ?></time>

    If you plan on updating the theme please use a child theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing date from posts’ is closed to new replies.