This is a starter theme created by merging _s by Automattic and Foundation by Zurb. Just follow the instructions below to change out the necessary information.
This theme is a work in progress
- Licensed under GPLv2 or later. :) Use it to make something cool.
To set things up manually, download hq
from github. The first thing you want to do is copy the hq
directory and change the name to something else - Like, say, mythemename
- then you'll need to do a five-step find and replace on the name in all the templates.
- Search for
'hq'
(inside single quotations) to capture the text domain. - Search for
hq_
to capture all the function names. - Search for
hq
(with a space before it) to capture DocBlocks. - Search for
hq-
to capture prefixed handles. - Search for
Text Domain: hq
in style.css.
OR
- Search for:
'hq'
and replace with:'mythemename'
- Search for:
hq_
and replace with:mythemename_
- Search for:
hq
and replace with:mythemename
- Search for:
hq-
and replace with:mythemename-
- Search for:
Text Domain: hq
and replace with:Text Domain: mythemename
in style.css.
Then, update the stylesheet header in style.css and the links in footer.php with your own information. Next, update or delete this readme.
Now you're ready to go! The next step is easy to say but harder to do: make an awesome WordPress theme. :)
Good luck!