aceify

WordPress Best Practices And Guidelines

Contents Introduction First Thing’s First (WTF is WordPress?) Security Some Basics Version Control Setup Theme Building Customizing the Admin Plugins Share Your Knowledge The Bottom Line Introduction This is my ...

Remove WP Emoji Support

WordPress 4.2.2 added emoji support in a pretty annoying way – it injects some js and css in the the wp_head() function with no option to disable this “bonus feature”. I’ve ...

WordPress Starter Theme

Repo location: https://github.com/acegoulet/wp_starter_template The purpose of this theme is to provide a light-weight starting point when building a custom wordpress theme. Features Basic file structure for standard WP theme Sass-based Files ...

WordPress Plugin: Aceify

Aceify is a WP plugin to consolidate a bunch of functions I normally integrate into themes that are really separate from the theme. This also allows you to control these options without ...