I dug around to see if anyone had asked this before, and couldn't find anything...so here's my question. I have a standard PHP website that is NOT handled by Wordpress or any other CMS or Blog Software. I would LOVE to place FCG on my homepage. I can't seem to get it to work. Here's what I've done so far:
I installed wordpress in the /wp folder.
I installed FCG plugin and activated it.
I configured FCG so that it was working on the wordpress page.
I then placed the following include in my homepage (non-wordpress page).
- Code: Select all
<?php include (ABSPATH . 'wp/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
The only difference between the above include and the default include is the addition of the 'wp' folder. This however didn't work. I have since tried removing the ABSPATH and actually writing out my ABSPATH and that didn't work either.
Am I chasing a ghost or is there a way for this to work? I have a feeling that there is more php that my home page needs to make this work...
Any help would be greatly appreciated!









