hayenna
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: Widgetized sidebar doesnt work!Yeah, I am not using the classic theme though – she had someone make a customize theme for her. But I think I figured out what the problem is – what I thought was a sidebar is in fact a footer that goes up along the side of the webpage. Urgh. Well, I guess I need to start all over in my planning then. 🙂 Thanks.
Forum: Fixing WordPress
In reply to: Widgetized sidebar doesnt work!alright, I did make that change – but still, no widgets showing up in the sidebar. In fact, nothing changed.
Forum: Fixing WordPress
In reply to: Widgetized sidebar doesnt work!This is in the functions.php file. Thanks so much for helping me out – trying to fix this site for a friend and I just got stuck
<?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' => '</li>', 'before_title' => '', 'after_title' => '', )); ?>Forum: Fixing WordPress
In reply to: Widgetized sidebar doesnt work!Oh, and the webside is http://www.beaujes.com
Forum: Fixing WordPress
In reply to: Widgets not showing up?Yeah – the sidebar is there, it is just not widgetized.
Viewing 5 replies - 1 through 5 (of 5 total)