WordPress.org

Forums

Really Simple Series
Hiding dates (3 posts)

  1. Mike
    Member
    Posted 2 years ago #

    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/

  2. Mike
    Member
    Posted 2 years ago #

    Anyone have any suggestions in not displaying the dates?

  3. Brian Krogsgard
    Member
    Plugin Author

    Posted 2 years ago #

    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/

    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!

Topic Closed

This topic has been closed to new replies.

About this Plugin

  • Really Simple Series
  • Frequently Asked Questions
  • Support Threads
  • Reviews

About this Topic

Tags