Articles

Wordpress Best Practices And Guidelines
Wordpress Starter Theme
WordPress Security
Handling Images In WordPress

Creating a Documentation Page in WordPress Admin

Creating a new page in the WordPress admin is easy! Use the “add_menu_page” function in wordpress to achieve your dreams. Below is an example of adding a page for documentation ...

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 ...

Automatically Deactivate Plugins

This is specific to environments where you have production and staging environments with services to sync the two. Sometimes you run into a situation where you want a plugin running on production, ...