1. Web Design
  2. WordPress

Building a WordPress Theme in 60 Seconds

Scroll to top
This post is part of a series called 60 Second Video Tutorials.
Bower in 60 Seconds
Jade in 60 Seconds

Creating a basic WordPress theme can be easier than you might think. Here’s how, in 60 seconds!

Quick Instructions

Take a basic CSS and HTML template like the one shown in the video.

Create a folder in “wp-content/themes”, for example “sixtysecondtheme”.

Copy in your HTML, CSS and images. To the top of your style CSS file add a comment specifying the theme’s name:

Rename “index.html” to “index.php” then open it for editing.

Replace the template’s static content with PHP snippets that will call dynamic content in from WordPress. You can search WordPress.org to find these snippets and you can download the source files to find snippets for this theme.

Create a file named “functions.php” and use the wp_enqueue_style() function to load your theme’s style sheets. 

Now you can activate your new simple blog theme!

Useful Resources

Learn more about WordPress themes on Tuts+.

Did you find this post useful?
Want a weekly email summary?
Subscribe below and we’ll send you a weekly email summary of all new Web Design tutorials. Never miss out on learning about the next big thing.
Looking for something to help kick start your next project?
Envato Market has a range of items for sale to help get you started.