Very Nice Beach-Vacation theme but can't make it widget-aware

Discussion in 'Blogging' started by sgooey, Oct 21, 2008.

  1. #1
    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.
     
    sgooey, Oct 21, 2008 IP
  2. fish

    fish Well-Known Member

    Messages:
    450
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    120
    #2
    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.
     
    fish, Oct 21, 2008 IP