<div id="avia_combo_widget-3" class="widget avia_combo_widget">
Hi Support,
How can I add a fourth tab to the standard combo widget?
I would like to add a Tab that contains an 'Icon List' set of links.
Regards,
Paul
UPDATE: After some searching I found the class frameworks widget file and can see the area that displays the last tab, 'Tags'.
This is the content I would like to add to a fourth Tab called 'Profiles'
[ilink url="URL" style="info"]NAME[/ilink]
[ilink url="URL" style="info"]NAME[/ilink]
[ilink url="URL" style="info"]NAME[/ilink]
[ilink url="URL" style="info"]NAME[/ilink]
[ilink url="URL" style="info"]NAME[/ilink]
[ilink url="URL" style="info"]NAME[/ilink]
This is the PHP of the last tab:
echo '<div class="tab last_tab widget_tab_tags"><span>'.__('Tags', 'avia_framework').'</span></div>';
echo "<div class='tab_content tagcloud'>";
wp_tag_cloud('smallest=12&largest=12&unit=px');
echo "</div>";
Could you help me with the code so I can make the fourth tab.
Regards,
Paul














