2010-09-24, 00:21:34
Zegnåt Wrote:fohlin.net Wrote:2) Change
<?php get_navigation(return_page_slug()); ?>
to
<?php get_cached_navigation(return_page_slug()); ?>
in your template.
...but some themes offer multiple PHP files and those would all need to be edited. That’s why you can only talk about changing your theme files/template files and not about specific file names.
Aha! now I see the picture much clearer. So far I'm only working on the default template because it satisfies everything I need. I'll have a look on other templates later.
And since it was the last line I missed I'll move that to the first line:
2) Change in your template
<?php get_navigation(return_page_slug()); ?>
to
<?php get_cached_navigation(return_page_slug()); ?>
Thanks Zegnåt!