Grayzine Wordpress Theme

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

How to install

  1. Unzip the grayzine.zip
  2. Upload the tomoka 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 index.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"); ?>

    Replace 9 with your featuredcategory ID as well.

How to post a featured image

  1. To post a main featured image, the key should be "featured" (remove the quotes) and the value: the url of the image. Here's a screenshot:
    Image and video hosting by TinyPic

    The width and height of the featured image recommended size is 501px × 214px.


    Thanks for using Grayzine Wordpress Theme!