• I’m thinking of starting a new blog using the theme “misty look”.

    This theme comes with widgets and I’m thinking of integrating widgets like “recent posts” and “recent comments” into the sidebar.

    However, I found out that after dragging the widgets onto the sidebar , my default sidebar have gone and what appear on my sidebar are only “recent comments” and “recent posts”.

    Is there any way that I can mix my default sidebar and still using the widgets?

    I found out that there must be sth to do with the line (from sidebar.php):

    <?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar() ) : else : ?>

    but how can I do with that?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you considered widgetizing the rest of the sidebar?

    When you drag a widget into the sidebar, you are telling the default sidebar that you no longer want to use that sidebar.

    The simplest way is to just make widgets for the rest of the sidebar.

    Thread Starter moneygod

    (@moneygod)

    I don’t want to widgetize the rest of the sidebar.

    How can I make my sidebar ‘partial widgetized’ and “partial default”?

    for eg: I want to put adsense code (default)—>recent posts–> recent comments—> mybloglog code (default)

    You are going to need to break the sidebar down into three vertical sections. The mid section only to be widgetised.

    Thread Starter moneygod

    (@moneygod)

    so how can I modify the code?

    Thanks.

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

The topic ‘Widgets in sidebar’ is closed to new replies.