Thanks!
Id like to add i needed to put a <?php endif; ?> to display it without parse error.
Here this is what my sidebar2.php looks like.
And i added it to my footer.php …
<div id="sidebar2">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>
<?php endif; ?>
</div>
I browse the sidebar plug-ins and search the forum, but i have a hard time finding even a name for this plugin.
As “sidebar2” or “modmat” turn no results …
Maybe someone could point me somewhere?
All i got is this so far
http://automattic.com/code/widgets/api/
Thank You -.-