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
  #10  
Old 07-28-2010, 02:13 AM
CharlesClarkson's Avatar
CharlesClarkson CharlesClarkson is offline
Community Moderator
 
Join Date: Feb 2009
Location: Stephenville, TX, USA
Posts: 11,356
Lightbulb

Quote:
Originally Posted by shangri View Post
I want to FCG just on the homepage NOt on every page. how do i configure it?
Add this to the functions.php theme file:
PHP Code:
if ( function_exists('gallery_styles') ) {
    
remove_action('wp_head''gallery_styles');
    
add_action('wp_head''my_gallery_styles'1);
}

function 
my_gallery_styles() {
    
// Add FCG to only home page.
    
if ( is_home() )
        
gallery_styles();



HTH,
__________________
Charles "Rubeus Hagrid" Clarkson
StudioPress on Facebook

I'm not really a smart person. I just play one on the Internet.

Please use the HTML or PHP tags for pasting code.
Please make your links click-able: this_is_annoying.com
http://this_is_not_annoying.com.
 

Tags
featured content gallery, plugin

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
featured content gallery not working with ie bhurst General Discussion 3 04-15-2010 12:16 PM
Featured Content Gallery Not Working, but only on PC mgoldsworthy General Discussion 1 03-19-2010 12:38 PM
Featured Content Gallery Not Working amosbenharav General Discussion 2 12-05-2009 09:58 PM
Featured Content Gallery Not Working hilory wallk General Discussion 11 11-29-2009 08:13 AM
Featured Content Gallery Not Working JLHalsted General Discussion 1 11-21-2009 07:42 PM


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

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