2011-05-18, 22:32:00
:-D I like your question mark!
To use the sidebar functions, you have to edit and your theme template file. For example, if you are using the Innovation theme, open /themes/Innovation/sidebar.php and add them somewhere between the <aside> tags. For example:
<aside id="sidebar">
<?php nm_list_recent(); ?>
</aside>
To use the sidebar functions, you have to edit and your theme template file. For example, if you are using the Innovation theme, open /themes/Innovation/sidebar.php and add them somewhere between the <aside> tags. For example:
<aside id="sidebar">
<?php nm_list_recent(); ?>
</aside>