Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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

Viewing 1 replies (of 1 total)