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?









