Great plug-in for showing images of external urls. The shortcode works great in Wordpress, but how can I incorporate it into a template file like page.php or index.php?
I've tried this but it only shows...
[thumb]http://cnn.com[/thumb]
<?php echo do_shortcode('thumb'); ?>http://cnn.com<?php echo do_shortcode('/thumb'); ?>
Please help. I can't find the solution...Thanks.