Encyclopedia Theme for Wordpress

Encyclopedia is a theme based on Cryonie and aimed at encyclopedic sites. What makes it different is that it show categories in tabs and it displays on the home page last posts for each category.

Features

Compatibility

The theme has been tested under:

It works on older browsers.
It runs on Wordpress 2.8 and probably previous versions providing they support the news functions in Wordpress.

Installing the theme

  1. Extract the contents of the archive.
  2. Optionally put your logo in the directory of the theme.
  3. Upload the theme into wp-content/themes/
  4. Go into the administration panel to enable this theme.

Using a logo

If you want to replace the textual title and description by a logo.
In this block in header.php:

<div id="logo"  onclick="location.href='<?php echo get_settings('home'); ?>/';">
<?php bloginfo('name'); ?> <br>
<span class="sitedesc"><?php bloginfo('description'); ?></span>
</div>

Remove:

<?php bloginfo('name'); ?> <br>
<span class="sitedesc"><?php bloginfo('description'); ?></span>

In the style.css file uncomment these lines:

background-image: url(logo.jpg);
background-repeat:no-repeat;

Download the theme