![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#2
|
||||
|
||||
|
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>
<?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 | |
|
|
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 |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us