Viewing 8 replies - 1 through 8 (of 8 total)
  • You place the widget code where you want the widget content to appear on the page. Sorry – but there’s really no other answer to your question given what you have provided.

    Thread Starter bozzer

    (@bozzer)

    I tried that and everything went haywire, I pretty much deleted everything here except for
    <div id=”featured”>
    </div>

    Thread Starter bozzer

    (@bozzer)

    This is the code that I got from you from a previous thread

    <?php if (function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘Rightcorner Top’)) : ?>
    <?php endif; ?>

    I place this in and things go nuts, I added his info in the functons page because this is how the rest of it looked:

    register_sidebar(array(‘name’ => ‘Rightcorner Top’,’before_widget’ => ”,’after_widget’ => ”,’before_title’ => ‘<h3>’,’after_title’ => ‘</h3>’));

    It might help if you stopped for a moment and explained exactly what you’re trying to do. For example, is this a widget that you downloaded? If so, which one and did you read all of the accompanying instructions? Or do you just want to make a template widget-capable?

    Thread Starter bozzer

    (@bozzer)

    I thought I did on the first thread if you stopped to read it. What more can I say than I have widgets and I want to place them in a section that is not already widget enabled. I just want to put a widget in the area specified, what information do I need to take out or add? The information at the moment is showing a box to the left and text to the right.

    I place this in and things go nuts

    Can you elaborate on “go nuts”? Do you want to replace all of the page content with a single widget-capable block? Or just add the block to the existing page content?

    Thread Starter bozzer

    (@bozzer)

    just a block

    Try returning the file to the code you listed above and then add:

    <?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('Rightcorner Top')) : ?>
    <?php endif; ?>

    after the last closing </div>.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Adding a widget to a non widget template’ is closed to new replies.