[Plugin: NextGEN Gallery] Custom Fields broke after upgrade
-
Upgraded NextGEN this morning and now all my settings in the custom fields to bring in different galleries are broken. Here is my code from my template:
<?php $gallery = get_post_meta($post->ID, ‘gallery’, true); ?>
<?php
$gal = $gallery;
$gal = apply_filters(‘the_content’, $gal );
echo $gal;
?>Sherry
- The topic ‘[Plugin: NextGEN Gallery] Custom Fields broke after upgrade’ is closed to new replies.