Title: Hiding dates
Last modified: August 20, 2016

---

# Hiding dates

 *  [mchildress](https://wordpress.org/support/users/mchildress/)
 * (@mchildress)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/hiding-dates/)
 * Love this plugin. Just having one problem: At the end of each post, the subheading“
   View all posts in this series” displays with the series links beneath it. Some
   display dates while others don’t. Is there a way I can hide all the dates?
 * The site is currently in development and is not viewable yet. I could take a 
   screencap if that would help.
 * Thanks again for a great plugin.
 * Mike
 * [http://wordpress.org/extend/plugins/really-simple-series/](http://wordpress.org/extend/plugins/really-simple-series/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [mchildress](https://wordpress.org/support/users/mchildress/)
 * (@mchildress)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/hiding-dates/#post-3321590)
 * Anyone have any suggestions in not displaying the dates?
 *  Plugin Author [Brian Krogsgard](https://wordpress.org/support/users/krogsgard/)
 * (@krogsgard)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/hiding-dates/#post-3321684)
 * Hey mchildress,
 * I’m sorry I’m just seeing this. I don’t receive notifications for support threads
   🙁
 * It should display dates for all posts, not just some. Here’s an example: [http://krogsgard.com/2012/create-a-wordpress-theme/](http://krogsgard.com/2012/create-a-wordpress-theme/)
 * You can remove all dates with a filter that allows you to customize the content
   area of each post in the series:
 *     ```
       add_filter( 'rsseries_content', 'rsseries_no_date' );
   
       function rsseries_no_date( $series_content ) {
   
       	$series_content = '<a href="' . get_permalink() . '">' . get_the_title()  . '</a>';
   
       	return $series_content;
   
       }
       ```
   
 * That would go in your theme functions.php file or your website’s functionality
   plugin.
 * Hope that helps!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hiding dates’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/really-simple-series_5a853a.svg)
 * [Really Simple Series](https://wordpress.org/plugins/really-simple-series/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-series/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-series/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-series/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-series/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-series/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Brian Krogsgard](https://wordpress.org/support/users/krogsgard/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/hiding-dates/#post-3321684)
 * Status: not resolved