wp-cache -> keep sidebar dynamic?
-
I’ve tried to use the examples given by wp-cache & staticize to keep functions dynamic, but I am unsuccessful at making it work.
https://svn.wp-plugins.org/staticize-reloaded/trunk/readme.txt
(wp-cache uses the same dynamic wrapper)All I get is an error “unknown function” when I try to wrap the function call for getsidebar
<!--mfunc get_sidebar() -->
<?php get_sidebar() ?>
<!--/mfunc-->
Can anyone tell me what I am doing wrong?
In case there is a question why, I have already made my sidebar semi-static and want to keep a few things like the user login name and online stats always functional.
Thanks for any assistance/ideas!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp-cache -> keep sidebar dynamic?’ is closed to new replies.