Hi, I'm trying to figure out how to not use the WP-Cumulus as a widget but embed it at the bottom of every page.
Here's my site:
I want to replace the 'about me' and the video at the bottom of the page and put the WP-Cumulus cloud in it's place. What's the best way to go about this using the current WP-plugin code. There's got to be a way to do this.
I tried embedding the following code to get it to work:
<?php wp_cumulus(); ?>
But it didn't and threw an error.
Is there something I'm doing wrong or is it just not supported?