Featured Content Gallery | WordPress Plugin | iePlexus

Genesis BeeCrafty Theme with static home page

Customizing the FCG plugin and more

Genesis BeeCrafty Theme with static home page

PostBy goosebry on Sat Apr 09, 2011 5:31 am

Hey team,

I've exhaused all my knowledge on getting this to show on a static page.
I do not have a page.PHP in the beecrafty theme built on the Genesis framework.

the site is http://classicspeeches.com

I did get it working on the standard home page, but just have no idea how to add to the current theme.

This is the code under the Genesis frameword for page.PHP

<?php
/**
* WARNING: This file is part of the core Genesis framework. DO NOT edit
* this file under any circumstances. Please do all modifications
* in the form of a child theme.
*
* This file handles pages, but only exists for the sake of
* child theme forward compatibility.
*/
genesis();


do I enter it here?? I have tried and it didn't work for me...

also, the page ID is 171

cheers
Gareth
goosebry
 
Posts: 1
Joined: Sat Apr 09, 2011 5:26 am

Re: Genesis BeeCrafty Theme with static home page

Thank you for using the Featured Content Gallery Forum
 

Re: Genesis BeeCrafty Theme with static home page

PostBy admin on Mon Apr 11, 2011 8:20 am

try like this in hooks(editing boxes) for your theme:
<?php
if (is_page('171') )
{
global $post; 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
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA


Return to Plugin Settings, Features, and Options

Who is online

Users browsing this forum: Google [Bot] and 0 guests

cron