Adroa WordPress theme

Adroa is a parent theme for WordPress. It was created to be a well-designed theme for photobloggers to showcase their portfolio photos.

This theme is a parent theme. What this means is that to customize it, you should be creating a child theme. Is it a theme framework? Some people might call it that. All you need to know is that it's a solid, yet flexible, starting point for any blog.

Features

Adroa is built from the rock-solid Hybrid Core theme framework, so it provides a great starting point with many useful features.

Child themes

Since Adroa is a parent theme, you'll want to create a child theme if you plan on making any customizations. Don't know how to make a child theme? It's relatively simple. Just follow the below steps.

/**
 * Theme Name: Adroa Child
 * Theme URI: http://link-to-your-site.com
 * Description: Describe what your theme should be like.
 * Version: 0.1
 * Author: Your Name
 * Author URI: http://link-to-your-site.com
 * Tags: Add, Whatever, Tags, You, Want
 * Template: adroa
 */

This will give you a blank design. If you want to import the Adroa parent theme style, simply append this code after the above information:

@import url( '../adroa/style.css' );

/* Custom code goes below here. */

Note that child themes are now the officially-supported way of modifying themes in WordPress.

Theme support

Support for the Adroa theme is not offered on the WordPress support forums. There is a community called Theme Hybrid where support is offered for this theme. You are encouraged to sign up to the site to use its support forums and become a part of the community.

Copyright & license

Adroa is licensed under the GNU General Public License, version 2 (GPL).

This theme is copyrighted to Thiago Senna.

2012 © Thremes. All rights reserved.