• 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, https://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]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widgets not showing up?’ is closed to new replies.