Forums

New version 1.2- fixed issure in 1.1 (1 post)

  1. Raimy
    Member
    Posted 2 years ago #

    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>

Topic Closed

This topic has been closed to new replies.

About this Topic

  • RSS feed for this topic
  • Started 2 years ago by Raimy
  • This topic is not a support question
  • WordPress version: 2.8.4