• Resolved sconto

    (@sconto)


    Hi,

    How can I hide author, date and category from showing in Posts and also from the slider. Can you please advise. Thanks.

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

    (@acosmin)

    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.

    Theme Author acosmin

    (@acosmin)

    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.

    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
    ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide Author, Date and Category in Posts’ is closed to new replies.