Freaking Cache
August 30, 2006 | Category: technology, website
I cannot get dynamic functions to run in conjunction with wp-cache 2 to save my life. Doing a workaround for the x users online thing on the sidebar but I preferred what I had had originally.
< !-mclude wp-content/plugins/useronline/wp-useronline.php->
< ?php include_once(ABSPATH . '/wp-content/plugins/useronline/wp-useronline.php'); ?>
< !-/mclude->
< ?php get_useronline(); ?>
< !-/mfunc->
Thought it would work, guess not. I think the syntax is just fucked up (I’ve tried without absolute path as well). So the errors on the right sidebar should be gone soon.
2 Comments
Leave a Reply

Hi Eric, did you ever get dynamic functions to work with wp-cache? I’ve been trying the same thing and getting frustrated!
Nope. That’s why I just use the (more details) part after the # visitors are browsing this site.