Hello!
I am trying to use <?php do_shortcode('[anything_slides]'); ?>
in my index.php file but there is no slider.
I only works with Pages when I use [anything_slides].
Can someone help me with this ?
http://wordpress.org/extend/plugins/anythingslider-for-wordpress/
Hey Franso,
You'll need to echo the do_shortcode call. do_shortcode() returns to PHP, but does not echo. Try adding an echo call and let me know what happens.
Thanks,
Jacob
I have tried it like here below, but still without success.
<?php echo do_shortcode('[anything_slides]'); ?>
hmmmm. Really not sure what could be going on. Make sure you aren't using it within the Loop. Because it sets up a new loop to gather all of the slides, be sure to put it before or after the main loop.
Also, I just pushed a new version of the plugin. Try upgrading and let me know if you get it to work.
Thanks!
-Jacob