Cleartype Wordpress Theme

is a blue-themed magazine style WordPress theme with a featured post carousel.

How to install

  1. Unzip the cleartype.zip
  2. Upload the cleartype folder in the wp-content/themes directory.
  3. Activate it!

To make this theme work, particularly in the homepage you must know how to use custom fields and you must configure the category id of the featured category you are using.

How to configure the featured post carousel

  1. If you haven't created a featured category yet, pleaso do so.
  2. Know/get the featured category's category id.
  3. In featured.php, find the following code:

    <?php query_posts("showposts=1cat=9"); ?>

    Replace 9 with your featuredcategory ID.
  4. In index.php, find the following code:

    <?php query_posts("showposts=4&cat=-9"); ?>

    and

    <?php query_posts("offset=4&showposts=5&cat=-9"); ?>


    Replace 9 with your featuredcategory ID as well.
Thanks for using Cleartype Wordpress Theme!