« See all FAQs for WOW! mySite WordPress Mobile Theme
I’d like to add the find out more information and quick link buttons to my pages. How do I do this?
Add the following include to the bottom of your .php page before get_footer()
<?php
// Display find out more information
include('calltoaction.php');
?>
