Releases: ciaranmahoney/csm-theme-wordpress
Releases · ciaranmahoney/csm-theme-wordpress
Improving SCSS, Added Button Classes
v0.4
- Mostly behind the scenes changes that involve refactoring SCSS.
- Added some utility classes for colors and buttons: .btn .btn-small .btn-medium .btn-green/red/orange/pink/light-gray/dark-gray/hollow. These can be used for anchors to turn a link into a button. Eg,
<a href="#" class="btn btn-small btn-red">Button</a> - Some minor edits to fix image alignment issues and clearing footer floats.
Release v0.3
See blog post on this release here.
I created 3 new text areas in the options page which support html and js code and hook directly into one of three action hooks:
- wp_head: Inserts code just before closing head tag.
- wp_footer: Inserts code just after opening footer tag.
- csm_after_body: Inserts a custom hook just after the opening body tag.
Release v0.21
Forgot to update the version properly so cache didn't clear for hotfix. Updated to 0.21 now.
The fixes in this version make this theme should work for most sites, but use at your own risk.
Beta release - v0.1
This is the first release and is setup primarily for my blog - it hasn't been tested to WP theme repository standards and it may or may not work properly for you. In the coming releases I will fully test and add to WP theme repo. Cheers, Ciaran

