Encyclopedia Theme for Wordpress

Encyclopedia is a theme based on Cryonia and especially intended for encyclopedic sites.

It places the main categories in tabs, so they must be a limited number.

Characteristics

Compatibility

The theme was tested under:

Works on older browsers

Works under Wordpress 2.8 and undoubtedly with previous versions within compatibility with features (some of them are new).

Setting the theme

  1. Extract content from archive.
  2. Add the logo (maximum image size 520 x 48 pixels) to the theme catalog (encyclopedia).
  3. Copy encyclopedia catalog to: wp-content/themes
  4. / B
  5. Dashboard to enable this theme.

If you want to replace the text name and description with 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>

Delete:

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

Download Theme