Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.45 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.45 KB

hq

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.

Getting Started

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.

  1. Search for 'hq' (inside single quotations) to capture the text domain.
  2. Search for hq_ to capture all the function names.
  3. Search for  hq (with a space before it) to capture DocBlocks.
  4. Search for hq- to capture prefixed handles.
  5. 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!