Title: Variable Time Range
Last modified: August 20, 2016

---

# Variable Time Range

 *  Resolved [ad4mlaz](https://wordpress.org/support/users/ad4mlaz/)
 * (@ad4mlaz)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/variable-time-range/)
 * Hi,
    I prefer to have popular posts show from the last two weeks. I have modified
   the plugin code successfully, but every time the plugin updates, I must modify
   the code again.
 * Would it be possible to implement a variable time range for users that aren’t
   satisfied with the default time ranges?
 * Thanks,
    Adam
 * [http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/](http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Zemanta](https://wordpress.org/support/users/zemanta/)
 * (@zemanta)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/variable-time-range/#post-3541918)
 * Hey Adam!
 * Well, we could try to modify it, although even we ourselves are not sure if this
   is going to work after the next update.
 * Go to your plugin settings, find & select the settings.php file, and change the
   525 line from the following code:
 * <option value=”30″ <?php selected($options[‘max_related_post_age_in_days’], 30);?
   >>1</option>
 * … into this one:
 * <option value=”14″ <?php selected($options[‘max_related_post_age_in_days’], 14);?
   >>14 days</option>
 * Don’t forget to click on the ‘Save’ button and when the plugin updates, don’t
   mess with the file again. (Or do, if this line of code changes again.)
 * Let me know how it goes or if you need any additional assistance — I’ll gladly
   help! Here’s my email address: [support@zemanta.com](https://wordpress.org/support/topic/variable-time-range/support@zemanta.com?output_format=md)
 * Take care & have a nice day!
 * Best,
    Silvo

Viewing 1 replies (of 1 total)

The topic ‘Variable Time Range’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-23-related-posts-plugin_7b9a7c.
   svg)
 * [WordPress Related Posts](https://wordpress.org/plugins/wordpress-23-related-posts-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-23-related-posts-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-23-related-posts-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-23-related-posts-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-23-related-posts-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-23-related-posts-plugin/reviews/)

## Tags

 * [time range](https://wordpress.org/support/topic-tag/time-range/)
 * [variable](https://wordpress.org/support/topic-tag/variable/)

 * 1 reply
 * 2 participants
 * Last reply from: [Zemanta](https://wordpress.org/support/users/zemanta/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/variable-time-range/#post-3541918)
 * Status: resolved