I can add the standard sidebar to the 404.php page
<?php get_sidebar(); ?>
Is it possible to add a custom sidebar I created in inFocus so I can control which widgets are shown.
infocus 2.3
wp 3.2.1
(4 posts)
(2 voices)
I can add the standard sidebar to the 404.php page
<?php get_sidebar(); ?>
Is it possible to add a custom sidebar I created in inFocus so I can control which widgets are shown.
infocus 2.3
wp 3.2.1
Hello WilliamWilsonPhotography,
We will most likely see this feature in the next update so it would be best to wait until then.
But if you want to grab a custom sidebar then you can grab it by name,
<?php get_sidebar('sidebar_name'); ?>
Thank you
For those looking to work around this without hacking the code I installed a 404 redirect plug in, then simply create a standard page and point the 404 to that page it works a treat giving me a custom 404 within inFocus
You must log in to post.