I found this nice free theme called beach-vacation but I can't seem to make it widget-aware even after trying all the options on http://automattic.com/code/widgets/themes/ Can this one be made widgetized or does it have to be designed from scratch? If anyone knows of an easy way to fix it please PM me.
Sorry about that. Try this: 1. Create a file called functions.php and place it in the /beach-vacation/ directory. 2. Put the following code in it. <?php if ( function_exists('register_sidebars') ) register_sidebars(1); ?> Code (markup): Make sure there are no spaces above or below this code or it may cause errors. I'll update the theme download soon with this functions.php file.