Open ../post-templates/content.php and remove these lines:
<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>
<span class="detail left index-post-author"><em><?php _e( 'by', 'acosmin' ); ?></em> <?php the_author_posts_link(); ?></span>
<span class="detail left index-post-category"><em><?php _e( 'in', 'acosmin' ); ?></em> <?php ac_output_first_category(); ?></span>
Open featured-content.php and remove:
<aside class="info clearfix">
<a href="<?php comments_link(); ?>" rel="nofollow" class="com"><?php ac_icon('comment'); ?></a>
<time class="date" datetime="<?php echo get_the_date( 'Y-m-d' ); ?>"><?php echo get_the_date( 'M d, Y' ); ?></time>
<?php ac_output_first_category( 'category' ); ?>
</aside>
You might consider creating a child theme.
Thread Starter
sconto
(@sconto)
Thanks Acosmin, When i navigate to a post, it has arrows to navigate to another post, can you please advise how to remove these as well. Thanks.
Open single.php and remove:
<aside class="share-pagination<?php if( $disable_about ) { echo ' about-disabled'; } ?> clearfix">
<?php
// Next - Previous Post
ac_post_nav_arrows();
?>
<div class="clear-border"></div>
</aside><!-- END .share-pagination -->
Thread Starter
sconto
(@sconto)
Thanks Acosmin, your support is much appreciated.
N
(@x8yuvzi)
Hey! i tried the above method for removing date time and author… but even after removing the code from the tw .php files… mine still shows…. please help
🙂