Sorry bout that… was meant to say *right place*
Hi there…Just wondering if your in the write place.
Here are the basic steps:
Step 1: Create a Folder in the wp-content/themes directory for your theme.
Step 2: Create a style.css file with the theme information. example..
/*
Theme Name: Billions Child
Description: Child Theme for Billions theme
Author: commodoregirl
Template: billions
Version: 1.1.4
*/
@import url(‘../twentyten/style.css’);
This file goes into the folder you created earlier which should reside next to the parent folder in the wp-content/themes directory for your theme.
Once you’ve completed these steps login to wordpress, click on appearance – themes – and activate child theme!
Hope this helps 🙂