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
Genesis BeeCrafty Theme with static home page
2 posts • Page 1 of 1
- Thank you for using the Featured Content Gallery Forum
Re: Genesis BeeCrafty Theme with static home page
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');
}
?>
<?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
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
2 posts • Page 1 of 1
Return to Plugin Settings, Features, and Options
Who is online
Users browsing this forum: Google [Bot] and 0 guests









