Featured Content Gallery | WordPress Plugin | iePlexus

Can I put the FCG in ONE POST only - Atahualpa theme

Customizing the FCG plugin and more

Re: Can I put the FCG in ONE POST only & not the site template?

PostBy Creative5Designs on Thu Mar 24, 2011 6:26 am

Hopefully someone can help with this, I'm about ready to pull my hair out!

I'm updating a page on the Atahualpa theme for a client, and have the FCG installed on the page as shown here:

admin wrote:For page it will be different..function is_single() only works for post, for page it will be function is_page()
Under
BYLINE: "Page" Pages
insert

Code: Select all
<?php if (is_page('your title here') )
{
include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
?>


However, underneath that FCG, it's showing the posts I have included in the gallery rather than content I've manually added to the page. I want ONLY the FCG gallery to show up, not the posts featured in it. Any one else run into this? Any fixes?
Creative5Designs
 
Posts: 1
Joined: Thu Mar 24, 2011 6:21 am

Re: Re: Can I put the FCG in ONE POST only & not the site template?

Thank you for using the Featured Content Gallery Forum
 

Re: Can I put the FCG in ONE POST only - Atahualpa theme

PostBy admin on Thu Mar 24, 2011 7:37 am

try it like this
Code: Select all
<?php if (is_page('your title here') )
    {
    global $post; include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
    }
    ?>

if it does not help, try this solution
fcg-in-header-php-causing-pages-to-only-show-featured-conten-1401-10.html
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Can I put the FCG in ONE POST only - Atahualpa theme

PostBy thagem on Fri Mar 25, 2011 10:21 am

I can't put the photoallery into a post with category. Firebox show me this error --->
gallery not defined..

How i can change the permissions?

Thank's
thagem
 
Posts: 1
Joined: Fri Mar 25, 2011 10:18 am

Re: Can I put the FCG in ONE POST only - Atahualpa theme

PostBy admin on Fri Mar 25, 2011 1:35 pm

url with activated gallery please
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Previous

Return to Plugin Settings, Features, and Options

Who is online

Users browsing this forum: No registered users and 0 guests

cron