• Resolved mommyu

    (@mommyu)


    Is there a way to remove the dates from posts? We shared one of our older posts with updated information and when it was shared to Facebook it shows the original date. Thus, people are telling us over and over it is outdated.

    So, can the dates be removed? Does that cause any problems with old links?

Viewing 1 replies (of 1 total)
  • Theme Author themehit

    (@themehit)

    Blog without date is unusual. You can use Page instead of Post if you don’t want to display date.

    If you want to customize the theme and remove the date, create a new file in lifestyle/partials/entry-byline.php

    And put this code

    <div class="entry-meta">
    	<span <?php omega_attr( 'entry-author' ); ?>><?php echo __('by', 'lifestyle');?> <?php the_author_posts_link(); ?></span>
    	<?php echo omega_post_comments( ); ?>
    	<?php edit_post_link( __('Edit', 'lifestyle'), ' | ' ); ?>
    </div>
Viewing 1 replies (of 1 total)
  • The topic ‘Remove dates on posts’ is closed to new replies.