[Plugin: WP-ImageFlow2] display built-in library does not work
-
I’ve been able to display galleries based on a subfolder, but I can’t get the plugin to work with the built-in library using the shortcode [wp-imageflow2]. Tried to do it in a post and using PHP on index.php (which is the way I want to use it eventually). On index.php, I have used the following (quite minimalistic) code:
<?php get_header(); ?> <div id="content"> <img src="/wp-content/themes/m2tegels/logo.png" width=500 height=60 /> <?php echo do_shortcode('[wp-imageflow2]'); ?> </div> <?php get_footer(); ?>
I have added two pictures in the library using the media / add new function in WP’s sidebar using the browser uploader.
does anyone know what I could be doing wrong? Thanks for any help in advance.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: WP-ImageFlow2] display built-in library does not work’ is closed to new replies.