Running WP 3.1.2.
Plugin installed and activated; code placed in index.php. Options selected. At least three posts have been given custom "articleimg" field with absolute links to existing images. Posts to display have been defined by number (also tried with category and didn't work either).
Tried deactivating all plugins one by one to see if there was a conflict - no dice.
Tried using FGC with a default theme - no dice.
Used this code instead:
- Code: Select all
<?php global $post; include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
Permissions for wp-content and the FGC directory are set to 755 - no dice.
Is there something really basic I'm missing here? I've read through all the threads here and I think I've tried just about everything to get this working.









