dianikol85 Posted May 23, 2010 Report Posted May 23, 2010 I just create a theme fro wordpress but in the admin section the widgets do not exist as it shows the pic. what should i do in order to make them available??? Quote
falkencreative Posted May 23, 2010 Report Posted May 23, 2010 Have you followed the instructions in the "follow these instructions" link on that page? My guess is that your sidebar.php file within your theme should include code similar to this: if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?> ...code that displays if the WP admin isn't set up to use the dynamic sidebar widgets... <?php endif; ?> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.