2010-09-23, 19:11:24
marrco Wrote:I guess this will be one of my favorite plugins
Me too. This plugin can help keep the host provider from complaining we use too much resources
There's just something I'd like to suggest to the developer regarding install instructions. I'm newb so probably it's just me who gets confused following simple instructions so I opened "cached_navigation.php" for editing as instructed.
The line "<?php get_navigation(return_page_slug()); ?>" wasn't there, of course it's in the template file! stupid me.
So I made a readme file and saved it in my plugins collection after editing the instruction to:
**************************************
2) Open theme/YOUR_TEMPLATE/template.php
3) Change
<?php get_navigation(return_page_slug()); ?>
to
<?php get_cached_navigation(return_page_slug()); ?>
**************************************
Thanks for the great plugin!!