• I’ve submitted version 1.2 to the Directory (might not be available yet) to fix an issue with the sidebars not rendering properly when viewing the Archives.

    For those who don’t want to wait for the new version to be uploaded to the Theme Directory or have done modifications and don’t want to lose them, the fix is an easy one.

    Go into Admin >> Appearances >> Editor >> archive.php and down near the bottom find this line:
    <?php include('sidebar.php');?>

    and replace it with this:

    <div class="middle-col">
    <?php include('sidebar-top.php');?>
    <?php include('sidebar-bottom.php');?>
    </div>

  • The topic ‘New version 1.2- fixed issure in 1.1’ is closed to new replies.