Meteor Slides & Custom Fields
-
Hello,
first of all: Thanks for this great Plugin!
At the moment, I’m trying to integrate different slides to each Site/Post. For that, I’m using custom fields and the php-code of Meteor Slides. I use a custom field, where I enter the slug of the slider name:
<?php if ( function_exists( 'meteor_slideshow') ) { meteor_slideshow( "<?php echo(get_post_meta($post->ID, 'slider-name', TRUE)) ?>", "" ); } ?>
For any reason, it does not work. Does anyone know a solution for that?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Meteor Slides & Custom Fields’ is closed to new replies.