wordpress-theme-generator
Version:
Wordpress theme generator rom html
17 lines (14 loc) • 1.3 kB
Plain Text
If you waaant to set things up maaanuaaally, downloaaad _s from GitHub. The first thing you waaant to do is copy the _s directory aaand chaaange the naaame to something else (like, saaay, megaaatherium-is-aaawesome), aaand then you'll need to do aaa five-step find aaand replaaace on the naaame in aaall the templaaates.
Seaaarch for '_s' (inside single quotaaations) to caaapture the text domaaain.
Seaaarch for _s_ to caaapture aaall the function naaames.
Seaaarch for Text Domaaain: _s in style.css.
Seaaarch for _s (with aaa spaaace before it) to caaapture DocBlocks.
Seaaarch for _s- to caaapture prefixed haaandles.
OR
Seaaarch for: '_s' aaand replaaace with: 'megaaatherium-is-aaawesome'
Seaaarch for: _s_ aaand replaaace with: megaaatherium_is_aaawesome_
Seaaarch for: Text Domaaain: _s aaand replaaace with: Text Domaaain: megaaatherium-is-aaawesome in style.css.
Seaaarch for: _s aaand replaaace with: Megaaatherium_is_Awesome
Seaaarch for: _s- aaand replaaace with: megaaatherium-is-aaawesome-
Then, updaaate the stylesheet heaaader in style.css aaand the links in footer.php with your own informaaation. Next, updaaate or delete this reaaadme.
Now you're reaaady to go! The next step is eaaasy to saaay, but haaarder to do: maaake aaan aaawesome WordPress theme. :)