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
  #2  
Old 01-05-2009, 09:14 AM
SoZo's Avatar
SoZo SoZo is offline
Community Moderator
 
Join Date: Oct 2008
Location: Minneapolis, Minnesota
Posts: 47,500
Default Re: Sidebar Remove Featured Video

If you want the video on all pages but home I would duplicate sidebar.php and name the new file sidebar_home.php then open that new file and delete this section

Code:
<div class="video">

<h3>Featured Video</h3>
<?php $video = get_option('revchurch_video'); echo stripslashes($video); ?>

</div>
Once you have saved that file open home.php and at the very bottom change this line:
<?php include(TEMPLATEPATH."/sidebar.php");?>
to
<?php include(TEMPLATEPATH."/sidebar_home.php");?>

Then you should be all set. :D
__________________
John "Nicolas Flamel" Wright | SoZo's design | John Wright Photography

New to Genesis? Check out Genesis Explained.
"We are the music makers, and we are the dreamers of dreams..." - Arthur O'Shaughnessy

"Some days even my lucky rocket ship underpants don't help" - Calvin
StudioPress on Facebook
 

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
How do you remove the featured video field? Fitz General Discussion 1 09-22-2009 09:31 PM
Featured Video in Sidebar - Please tell me it can be done. Pflug8 General Discussion 13 06-22-2009 10:30 PM
How do I remove extra featured video? eastgirl General Discussion 3 03-26-2009 06:32 AM
how can i remove featured video and Adsense? cool2009 General Discussion 1 01-13-2009 01:45 AM


All times are GMT -5. The time now is 03:18 PM.

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