Title: Cache
Last modified: August 21, 2016

---

# Cache

 *  Resolved [Will](https://wordpress.org/support/users/wramos/)
 * (@wramos)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/cache-9/)
 * Is there a way to make it so that the related posts don’t get cached? I’m using
   Quick Cache and for every post it just displays the same related posts/thumbnails
   until I manually purge the cache.
 * Any help would be greatly appreciated. Thanks.
 * ~W
 * [http://wordpress.org/plugins/easy-related-posts/](http://wordpress.org/plugins/easy-related-posts/)

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

 *  Plugin Author [xdark](https://wordpress.org/support/users/xdarkeu/)
 * (@xdarkeu)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/cache-9/#post-3956558)
 * Hi wramos,
 * Open file /root/yourWPFolder/wp-content/plugins/easy-related-posts/inc/tim/tim.
   php
 * At line 34 change the
    `if(! defined('FILE_CACHE_ENABLED') ) define ('FILE_CACHE_ENABLED',
   TRUE);` to `if(! defined('FILE_CACHE_ENABLED') ) define ('FILE_CACHE_ENABLED',
   FALSE);`
 * Hopefully this will do the trick.
 *  Thread Starter [Will](https://wordpress.org/support/users/wramos/)
 * (@wramos)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/cache-9/#post-3956580)
 * Thanks! Seems to have done the trick! =)
 *  Plugin Author [xdark](https://wordpress.org/support/users/xdarkeu/)
 * (@xdarkeu)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/cache-9/#post-3956581)
 * 🙂

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

The topic ‘Cache’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [xdark](https://wordpress.org/support/users/xdarkeu/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/cache-9/#post-3956581)
 * Status: resolved