Title: Remove dates on posts
Last modified: August 31, 2016

---

# Remove dates on posts

 *  Resolved [mommyu](https://wordpress.org/support/users/mommyu/)
 * (@mommyu)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/remove-dates-on-posts-1/)
 * 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](https://wordpress.org/support/users/themehit/)
 * (@themehit)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-dates-on-posts-1/#post-7390795)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/lifestyle/0.2.0/screenshot.png)
 * Lifestyle
 * [Support Threads](https://wordpress.org/support/theme/lifestyle/)
 * [Active Topics](https://wordpress.org/support/theme/lifestyle/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/lifestyle/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/lifestyle/reviews/)

## Tags

 * [remove dates](https://wordpress.org/support/topic-tag/remove-dates/)

 * 1 reply
 * 2 participants
 * Last reply from: [themehit](https://wordpress.org/support/users/themehit/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/remove-dates-on-posts-1/#post-7390795)
 * Status: resolved