Free Stuff!

Boy have we got a deal for you! We’re giving away the skins that have been available here on Headway Hub. If you haven’t gotten your copy of Headway yet, now is a great time, as we’re giving you even more options to get your site up and running. You might also want to check…

How to Build a “Thunky” with Headway Themes and WordPress

What is a Thunky? As the master, Jim Connolly, puts it, a “thunky” is a social media project he developed in order to try and help business owners and entrepreneurs get massively better results from their social media networking and social media marketing. The idea behind a thunky is that you own your own name…

How to Have Different Header Backgrounds for Each Page with CSS

Looking to change up your site a bit? You can use the following code to change up the header image of your site depending upon what page you’re on. For example: You can find out which body tag to use with the help of firebug for firefox. If you use chrome, it comes with his…

How to Build a Basic Headway Themes Skin

So you’ve mastered headway and you’re ready to start developing add-ons. Awesome. This tutorial will take you step-by-step through the process of creating a headway themes skin. Let’s get started! The Folder Layout The layout for a skin folder is actually pretty simple. Your completed folder will look something like this: skin-name.php style.css screenshot.jpg Creating…

Headway Skins Are Now Available for Purchase on Headway Hub

What’s up people? I’ve been working hard on developing and upgrading skins and that progress has finally paid off. Three skins are now available for purchase on the headway skins page. You can expect more skins in the weeks to pass, so keep an eye on the page. ;)

How to Put a Navigation Menu Above the Footer

1298590835_compass

If you want your navigation displayed above your footer, this is the tutorial for you. First, add the following code to the bottom of your custom_functions.php file: This uses the wordpress wp_list_pages template tag to list your pages right above the footer. Once that’s done, you can use the following code in the live CSS…

How to Add an Author Bio to Single Posts with Headway Easy Hooks

1298090411_User Info

The following tutorial will explain how to add a “written by” box to the bottom of your single post pages using some easy HTML, CSS, and headway’s easy hooks system. Let’s get started. Before We Begin – Setup Your WordPress Profile This code pulls settings from your wordpress installation’s user profile system. To add your…