01/10/2014 at 10:14 am
#276845
Participant
I figured it out!
<?PHP
{
global $connections;
echo $before_widget;
$atts = array(
'type' => 'link',
'show_count' => TRUE,
'show_empty' => FALSE,
);
$connections->template->category( $atts );
echo $after_widget;
}
?>
Sometimes I can’t see the forest for the trees.
-
This reply was modified 9 years, 2 months ago by
Julie. Reason: typos