I installed the Sponsors Carousel plugin and am having trouble getting the carousel to appear on my site. Using the UI, I added the following to Montezuma's footer.php:
HTML Code:
<!-- debug --><pre>
<?php echo sponsors_carousel(); ?>
</pre><!-- debug -->
<div id="footer-bg">
etc…
My changes do appear — a dotted area indicates the <pre> block and, if I add "Hello world" inside the <pre> area, it appears on the page. My problem:
PHP Code:
<?php echo sponsors_carousel(); ?>
outputs nothing.
I tried replacing the PHP with the plugin's shortcode equivalent:
PHP Code:
<?php echo do_shortcode ('[sponsors_carousel]'); ?>
And nothing showed up. I tried another plugin to ensure the problem didn't lie with Sponsors Carousel:
PHP Code:
<?php echo do_shortcode ('[table id=3 /]'); ?>
This leads me to think the issue is related to the theme. What's going on?
Thanks!