The theme is at .3 Alpha now. Added were:

Make sure to use the archives page you install the Monthly Archives and Tag Cloud plugins then create a page in the Habari admin called "Archives" (without quotes).

2 Responses to "Another Theme Update"

  1. Matthew Turland Says:

    I noticed what I think is a small bug in theme.php.

    This line:
    $this->assign('nav_pages', Posts::get( array( 'content_type' => 'page', 'nolimit' => 1 ) ) );
    should be this:
    $this->assign('nav_pages', Posts::get( array( 'content_type' => 'page', 'status' => 'published', 'nolimit' => 1 ) ) );
    to prevent deleted pages from appearing.

    Nice theme, appreciate your work on it!

  2. admin Says:

    Thanks! i'll update that today

Leave a Reply