SEO, Social Media & Online Reputation Consultant, Shopify Specialist,WordPress Consultant, eCommerce Store development Mumbai Kolkata India.

How To Rename A Genesis Child Theme?

How To Rename A Genesis Child Theme?
Genesis Framework from StudioPress is one of the best frameworks I have ever used for developing a WordPress site. It is highly flexible and customizable, all sorts of customization are achievable based on your requirements. The best thing about Genesis is it comes with 35+ child themes that offers you to develop any niche website within a very short period of time. I”ll be sharing couple of tutorials on different Genesis Child Theme customization in a series of posts, the first topic to share with you is “How to Rename Genesis Child Theme”. Renaming your child theme is essential for branding purpose.

Here is a step by step tutorial on renaming a Genesis Child Theme:

Before starting make sure while you are modifying theme’s codes some other theme is activated.

STEP 1: Download and unzip any Genesis Child Theme of your choice.

STEP 2: After unzipping Genesis child theme, rename the child theme folder.

STEP 3: After renaming of the child theme is done, open style.css file and edit it as follows:

/*
   Theme Name: ebullientech
   Theme URL: http://www.ebullientech.com/
   Description: ebullientech is a Web Design, Development and Marketing Company
   Author: Mithu Sarkar
   Author URI: http://www.mithusarkar.online/
   Version: 1.0.1
   Template: genesis
   Template Version: 1.8
   License: GNU General Public License v2.0
   License URI:: http://www.opensource.org/licenses/gpl-license.php
*/

STEP 4: After adding the above line of codes, save the file and upload it via FTP or from wp-admin panel.

STEP5: Open functions.php and then edit the line of code that begins with Child theme:

/** Child theme (do not remove) */
define( 'CHILD_THEME_NAME', 'ebullientech' );
define( 'CHILD_THEME_URL', 'http://www.ebullientech.com' );

You may come across a theme which may not have the above lines within “functions.php” e.g., Metric Child Theme, simply add these 2 lines of code below the following lines:


<?php
// Start the engine
require_once(TEMPLATEPATH.'/lib/init.php');

STEP 6: After adding the above line of codes, save the file and upload it via FTP or from wp-admin panel.

STEP 7: Activate your newly named theme from Appearance->Themes menu.

That’s it!!! You are done with the renaming of Genesis Child Theme. If you still have any confusion let me know via comments and I”ll be happy to help you.

By MITHU SARKAR

About Mithu Sarkar

Mithu is a Blogger and Digital Marketing Evangelist functioning independently since April 2010. She specializes in search engine optimization, social media marketing, media buying, content strategy, online brand building & alliance, analytics engineering. In past couple of years, she has successfully helped many e-commerce startups and celebrities to launch and establish their online brand and catapult their brand reputation from nowhere to somewhere.

Comments

  1. Hi Mou,
    I live in Kolkata. I have purchased Studiopress News theme for my health site. I am not a technical expert. Facing some problems in installing the site. I want your help.
    Contact no : 9830099498

Leave a Reply to Swati Dasgupta Cancel reply

*