Thanks for your help!
I only want it to show up on my home page "whate we do" not on the other navigation bar pages.
In the editor under appearances I do not have a home.php to put the code in. Is there another substitute to get the FGP ONLY on the "what we do" main page? I put the code in the page.php.
Thanks.
WP Twenty Ten and FGP
12 posts • Page 2 of 2 • 1, 2
Re: WP Twenty Ten and FGP
in page.php file
put it like this
put it like this
- Code: Select all
<?php
if (is_home() || is_front_page())
{
include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
?>
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
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
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
12 posts • Page 2 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 0 guests









