/wp-foundation-starter

Foundation for Sites Starter theme based on `_s` theme

Primary LanguagePHP

WP Foundation for Sites Starter v1.0.0

WP Foundation for Sites Starter is a minimal Wordpress theme meant for hacking, so don't use this as a Parent Theme. Built with ZURB's Foundation for Sites and Auttomatic's _s starter theme, this theme provides a basic skeleton to get started building a Foundation 6 based theme. The complete F6 css is included, however most of the components are not implemented into the theme. I prefer to implement F6 features on as needed basis rather than spend time removing unused code: it's a skeleton, not an out-of-box solution.

Getting Started

The first thing you want to do, after installing the theme, change the name to something else, and then you'll need to do a five-step find and replace on the name in all the templates.

  • Search for: 'f6-starter' and replace with: 'newthemename'
  • Search for: f6_starter_ and replace with: newthemename_
  • Search for: Text Domain: f6-starter and replace with: Text Domain: newthemename in style.css.
  • Search for:  WP Foundation for Sites Starter and replace with:  New Theme Name
  • Search for: f6-starter- and replace with: newthemename-

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!

Dependencies

Credits and Licenses

Everything included in the theme is open-source, so feel free to download or fork it as you see fit. If you have improvements or additions, I'd love to hear about them!