Corporate Kid
Using WordPress can sometimes be really great, espessially as you can find so many plugins and themes, allthough somtimes the themes are great but the might just miss the one thing for you, insetead of going and customsing your own team a child theme can sometimes be the best way. To read about how you can make your own child them please have a look at “How to make a child theme for WordPress“.
What i have done here is really simple, i have taken thewordpress Coporate theme by Ori Pearl and made a child theme for it. As in the tutorial all you will need is really only a style.css file, in my file i have just the follwing code
/*
Theme Name: Coporate Kid
Theme URI: http://wdevelopment.co.uk/plugins/corporate-kid/
Description: Child Theme for Coporate
Author: Fredrik Wahlqvist
Author URI: http://wahlqvist.co.uk
Template: corporate
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
@import url(../corporate/style.css);
@import url(../corporate/functions.php);
p, li
{
font-size: 16px;
line-height: 25px;
}
You can also download the zip to see how the coporate kid child theme looks like on your own blog.
|
|
download: Coporate Kid Theme (686B) added: 06/09/2009 clicks: 0 description: |