StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-10-2010, 12:46 PM
aspen aspen is offline
Registered User
Genesis Member
 
Join Date: Mar 2010
Posts: 5
Default Added extra sidebar, appears on site but not showing on Widgets page?

I added an additional sidebar to appear below the right and left sidebars. I created a new file, sidebar_bottom.php and added this to my sidebar.php file to call it:
Quote:
<?php include(TEMPLATEPATH."/sidebar_bottom.php");?>
It shows up just fine on the site, but how do I get it to show in the "Widgets" area where you drag and drop widgets into the sidebars. For example, right now on the Widgets page it shows the Sidebar Top, Sidebar Bottom Left and Right where you can drop widgets into them, but my new "Sidebar Bottom" is not showing there. My sidebar_bottom.php file is this:
Quote:
<div id="b_sidebar">

<ul id="b_sidebarwidgeted">

<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar Bottom') ) : ?>

<li id="meta" class="widget">
<h4><?php _e("Admin", 'studiopress'); ?></h4>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="http://www.wordpress.org/">WordPress</a></li>
<?php wp_meta(); ?>
<li><a href="http://validator.w3.org/check?uri=referer">XHTML</a></li>
</ul>
</li>

<?php endif; ?>

</ul>

</div>
Why does it not show in the Widgets area like the others? Is there another file I have to add something to?

Thanks for your help.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Extra code showing up on home page 42media General Discussion 1 08-28-2010 11:27 AM
Bottom Widgets Mistakenly Showing Up on Live Site wethmank General Discussion 10 10-30-2009 10:03 PM
extra sidebar on category page! jonbennett General Discussion 20 09-22-2009 08:36 AM
Extra 468x60.gif ad appears in comments the_nak General Discussion 2 08-11-2009 09:44 PM


All times are GMT -5. The time now is 05:43 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.