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 -- and this forum will be removed on July 1st, 2013.

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
  #3  
Old 08-18-2009, 02:45 AM
Dino70 Dino70 is offline
Registered User
Pro Plus Member
 
Join Date: Aug 2009
Posts: 3
Default Re: A special dynamic sidebar widget only on startpage

Thanks for your Help, it works...my solution with conditional tags:

Code:
	
<?php 
if( !is_home() && is_dynamic_sidebar('Sidebar Top') ) : 
unregister_sidebar('sidebar-1'); 
endif;
?>
Cheers ;)
 

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
Special Page OchieGirl General Discussion 5 07-14-2010 02:39 PM
Dynamic sidebar / RSS widget dannam2 General Discussion 2 04-15-2010 08:39 PM


All times are GMT -5. The time now is 11:29 PM.

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