Viewing 1 replies (of 1 total)
  • Thread Starter donnytree

    (@donnytree)

    In case this helps anyone else, I was able to include it programmatically by using the following code:

    <?php //include widget
           if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Your Sidebar Name') ) :
           // if sidebar doesn't exist, display nothing ?>
    <?php endif; //end widget ?>
Viewing 1 replies (of 1 total)
  • The topic ‘include cloud in code?’ is closed to new replies.