Forums

Widgets not showing up? (3 posts)

  1. hayenna
    Member
    Posted 1 year ago #

    Hello,

    I hope someone can help me. I am pretty new to this, and I feel like I am reading so much material but none of it seems to apply directly to my problem.

    Promised to help out on a site, http://www.beaujes.com, and I want to make the sidebar widgetized, so that when I pull things into the sidebar they show up.When I go to appearances-widgets I can pull stuff into the sidebar, but they don't show up.

    Can anyone help, or point me to a place where I can read up on what needs to be done?

    Thanks a bunch

    Functions.php looks like this

    [please mark any posted code using the 'code' button]

    <?php
    /**
     * @package WordPress
     * @subpackage Classic_Theme
     */
    
    automatic_feed_links();
    
    if ( function_exists('register_sidebar') )
    	register_sidebar(array(
    		'before_widget' => '<li id="%1$s" class="widget %2$s">',
    		'after_widget' => '',
    		'before_title' => '',
    		'after_title' => '',
    	));
    
    ?>

    And sidebar.php looks like this:

    [code moderated - please use the pastebin for any amount of code larger than 10 lines]

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    there is no trace of any sidebar code in your linked page.

    have you included <?php get_sidebar(); ?> in your templates?

  3. hayenna
    Member
    Posted 12 months ago #

    Yeah - the sidebar is there, it is just not widgetized.

Topic Closed

This topic has been closed to new replies.

About this Topic