• I typically add widgets to my template files using the below code:

    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘The Name Of Sidebar Goes Here’) ) : ?>
    <?php endif; ?>

    but this plugin is very useful if you want to add within the post/page content itself.

  • The topic ‘Nifty little plugin.’ is closed to new replies.