Title: VicePrez's Replies | WordPress.org

---

# VicePrez

  [  ](https://wordpress.org/support/users/viceprez/)

 *   [Profile](https://wordpress.org/support/users/viceprez/)
 *   [Topics Started](https://wordpress.org/support/users/viceprez/topics/)
 *   [Replies Created](https://wordpress.org/support/users/viceprez/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/viceprez/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/viceprez/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/viceprez/engagements/)
 *   [Favorites](https://wordpress.org/support/users/viceprez/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Transients never seem to expire](https://wordpress.org/support/topic/transients-never-seem-to-expire/)
 *  Thread Starter [VicePrez](https://wordpress.org/support/users/viceprez/)
 * (@viceprez)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/transients-never-seem-to-expire/#post-2105399)
 * Yes, sir. Sure did.
 * The initial problem I had was resolved. The second problem, which we discussed,
   which I have no power over, is the purging of cache when posts and comments are
   created. Transients set by the user, with a timeout of one week are purged instantaneously
   once a post/comment is submitted, rendering its purpose useless.
 * Don’t get me wrong, purging of cache is useful/necessary when it comes to keeping
   the website dynamic, but it interferes with user-set transients _longer_ than
   the specified life-time period via the object cache settings, which are less 
   dynamic and costly to run (i.e retrieving information from foreign API’s which
   impose strict rate-limiting policies)
 * In the event that the cache needs to be purged, a distinction could be made so
   user-set transients are kept intact while other cached items set by W3TC are 
   purged.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Transients never seem to expire](https://wordpress.org/support/topic/transients-never-seem-to-expire/)
 *  Thread Starter [VicePrez](https://wordpress.org/support/users/viceprez/)
 * (@viceprez)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/transients-never-seem-to-expire/#post-2105381)
 * Alright. Just sent you the email.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Transients never seem to expire](https://wordpress.org/support/topic/transients-never-seem-to-expire/)
 *  Thread Starter [VicePrez](https://wordpress.org/support/users/viceprez/)
 * (@viceprez)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/transients-never-seem-to-expire/#post-2105379)
 * Hey Frederick. If you don’t mind. Could i email you a pastebin of the code?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Transients never seem to expire](https://wordpress.org/support/topic/transients-never-seem-to-expire/)
 *  Thread Starter [VicePrez](https://wordpress.org/support/users/viceprez/)
 * (@viceprez)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/transients-never-seem-to-expire/#post-2105374)
 * Even though i posted this over a month ago. I’d like to point out that disabling
   object cache solved the problem. I’m still looking for a more practical solution
   that doesn’t involve disabling object cache. Any suggestions on how to keep it
   enabled and respect transient expiry dates is appreciated.
 * Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Version 3.1.2 bug(?): is_paged(), index.php, and multiple loops](https://wordpress.org/support/topic/version-312-bug-is_paged-indexphp-and-multiple-loops/)
 *  Thread Starter [VicePrez](https://wordpress.org/support/users/viceprez/)
 * (@viceprez)
 * [15 years ago](https://wordpress.org/support/topic/version-312-bug-is_paged-indexphp-and-multiple-loops/#post-2058018)
 * This problem has been resolved. The answer can be found here
 * [Multiple Loops and is_paged() causing duplicate posts](http://stackoverflow.com/questions/5843214/wordpress-loop-problem-multiple-loops-index-php-and-is-paged-causing-duplicate)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Multiple categories, one query using $count](https://wordpress.org/support/topic/multiple-categories-one-query-using-count/)
 *  Thread Starter [VicePrez](https://wordpress.org/support/users/viceprez/)
 * (@viceprez)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/multiple-categories-one-query-using-count/#post-1952725)
 * Bump
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple loops, 2 Categories, All Posts](https://wordpress.org/support/topic/multiple-loops-2-categories-all-posts/)
 *  Thread Starter [VicePrez](https://wordpress.org/support/users/viceprez/)
 * (@viceprez)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/multiple-loops-2-categories-all-posts/#post-1913479)
 * oh, alright that makes alot of sense now.
 * by the way, thank you for your time. i really appreciate it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple loops, 2 Categories, All Posts](https://wordpress.org/support/topic/multiple-loops-2-categories-all-posts/)
 *  Thread Starter [VicePrez](https://wordpress.org/support/users/viceprez/)
 * (@viceprez)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/multiple-loops-2-categories-all-posts/#post-1913443)
 * keesie that worked so elegantly. thanks alot.
 * if i dont mind asking, how does this variation differ from the original ones?
   whats so special about them:
 * **$do_not_duplicate[] = $post->ID **
 * vs.
 * **$do_not_duplicate = $post->ID **
 * ..?
 * by the way, thanks again, i can focus on other things now. your a life saver.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple loops, 2 Categories, All Posts](https://wordpress.org/support/topic/multiple-loops-2-categories-all-posts/)
 *  Thread Starter [VicePrez](https://wordpress.org/support/users/viceprez/)
 * (@viceprez)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/multiple-loops-2-categories-all-posts/#post-1913409)
 * im sorry keesie, but that doesnt seem to work, i did notice something while trying
   that. Ill try to illustrate it.
 * **i pasted the following for Category X:**
 * $do_not_duplicate = $post->ID;
 * **and the following for Category Y:**
 * $do_not_duplicate[] = $post->ID
 * **and i kept the following for all my posts**
 * <?php query_posts(array(‘post__not_in’=>array($do_not_duplicate)));
    if (have_posts()):
   while (have_posts()) : the_post();?>
 * well, what i noticed is that when i did that, Category Y’s post shows up in *
   all my posts* and Category X’s post disappears, when it was the other way round
   before you gave me the new coding. I know now that at least the coding (for all
   my posts) reads whats being passed down from Category X.
 * any other suggestions? i think your on the right track.
    thanks again.

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