I don’t have sidebar.php only sidebar-primary.php
My webis : carbosystem.com/nueva
And my code is:
<?php global $theme; ?>
<div class=”sidebar-primary”>
<?php
if(!dynamic_sidebar(‘sidebar_primary’)) {
$theme->hook(‘sidebar_primary’);
}
?>
</div><!– .sidebar-primary –>
What must I replace?
I can’t find what happen, all the steps are ok but the plugin dosn’t work…
Thank you very much