Things You'll Need:
- Wordpress Blog
- Freedom for trial and error
-
Step 1
Copy the Default Wordpress Theme.
If you check out the Wordpress folder structure you will see the folder wp-content/themes/default. Copy the entire default folder, paste it in this same directory but rename it to helloThemes. -
Step 2
Create a Wordpress Theme Name.
Open the helloThemes folder then open styles.css file. The block of comments at the top of this file can be modified to reflect the information about your custom Wordpress theme. Change the Theme Name, Description, Version, Author, Tags. Keep the GPL license information but feel free to delete everything else. -
Step 3
Enable Your Newly Create Wordpress Theme.
Login to your Wordpress Admin then navigate your way to the Appearance > Themes page. Your newly created custom Wordpress theme should now be listed. Enable it now. By enabling your Wordpress theme your site now uses that theme. You may not notice a difference yet, that's why you will want to learn how to customize your Wordpress theme. More on that next time!











