I am using Alkivia Chameleon 2.2.2 and want to create a custom sidebar. I created a sidebar-custom.php and custom.php template, but the additional sidebar does not show up. What am I doing wrong?!?!
I am using Alkivia Chameleon 2.2.2 and want to create a custom sidebar. I created a sidebar-custom.php and custom.php template, but the additional sidebar does not show up. What am I doing wrong?!?!
do you have the call get_sidebar('custom'); in your custom.php?
and is the custom.php template associated with a page?
is the sidebar registered?
http://codex.wordpress.org/Function_Reference/register_sidebar
for an additional sidebar to show, you also might need to edit the style.css
link?
I have the numerical sequence get_sidebar('5'), I'll try 'custom'. thx
it worked!!! i used five because i thought wide_top and bottom and narrow right & left were 1-4. don't ask. thx for the quick reply.
This topic has been closed to new replies.