Clean and minimalist free wordpress theme

patra mesigar free wordpress theme by crazyslug

Layout: 2 column fixed, right sidebar, lightweight, monocromatic, 125 px ads ready, Dropdown menu.

LIVE DEMO | DOWNLOAD

The top panel is a  balinese ornamental flower. You can use this theme to your personal or commercial project. If you have any question/suggestion post it here :) .

DOC:

  1. To edit the sidebar ads. From your admin dashboard. go to Appearance -> Editor and choose the sidebar. find and edit these lines
    <div class=”ads”><a href=”#“><img src=<?php bloginfo(‘template_directory’); ?>/images/advert1.jpg” /></a></div>
    The ‘#’ is your ads url, and the green code is your image link.
  2. if you want to change the top menu go to Appearance -> Editor and choose the header. find and edit these lines
    <ul id=”dropmenu”>
    <!–comment this line if your homepage is a static page –>
    <li> <a href=”<?php bloginfo(‘url’); ?>”>Home</a></li>
    <!–homepage link –>
    <? wp_list_pages(‘sort_column=menu_order&depth=3&title_li=&exclude=’); ?>
    </ul>
    if your homepage is a static page and you have double homepage menu remove the red lines. to change the menu from showing pages to catagories replace the blue lines to this code
    <?php wp_list_categories( ‘title_li=’ ); ?>.
  3. to change the favicon upload your icon to patramesigar theme folder.