Thread Starter
mosaka
(@mosaka)
Hi for anyone who reads this I copied the functions.php folder from my wordpress classic theme and put it into the folder of my new theme, then I put this
<?php if ( !function_exists(‘dynamic_sidebar’)
|| !dynamic_sidebar() ) ; ?>
on top of the sidebar file.
Thread Starter
mosaka
(@mosaka)
ok problem fixed. i copied one from another file.
Thread Starter
mosaka
(@mosaka)
Hmm..that didn’t seem to work.