Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Need Help Cloning/Modifying the ”Groups” Widget

Your pate bin code still shows the same sidebar call does my version not work? or perhaps this version so that you don’t needlessly render markup if no widgets in area

<?php if(function_exists(‘dynamic_sidebar’) ) : ?>
<div>
<?php dynamic_sidebar(“Profile Groups Area”) ; ?>

Skip to toolbar