beaucharman / wordpress-custom-post-types

A PHP class to help register and maintain WordPress custom post types. It also comes with some rad built in properties and methods that can be used in templates to maintain clean code modular development.
https://github.com/beaucharman/wordpress-custom-post-types
26 stars 12 forks source link

change to icon_style() function #4

Closed iamlukem closed 10 years ago

iamlukem commented 10 years ago

This change removes the font-awesome dependency and allows the use of wordpress core unicodes such as 'f105' - page. you may wish to tweak it or add an additional parameter to specify wp (wordpress) or fa (font-awesome).

I also fixed an issue with the style declaration for both single and multiple word post names.