How To

Remote Work Tips for Newbs

I’ve been working remote full time for the past 7 years, and freelanced remote part time since 2000/2001 (ish). In light of recent events, many folks who have never worked ...

How To: Setup Password Protected Posts in WordPress

Setting up your theme to support password protected posts in WP is easy. This tutorial assumes you are setting it up on standard posts, but if not, you will just ...

WordPress Security

Follow the guidelines in here to make your WP site more secure. Some of what is in here will be redundant if you’ve already read the Best Practices article. Big whoop…wanna ...

Custom Style Formats for WordPress WYSIWYG Editor

Sometimes you need to make some helpers for content editors in the WYSIWYG editor rather than trying to teach a client how to write in html attributes in the code ...

Handling Images In WordPress

This article assumes use of Advanced Custom Fields Pro for handling custom fields. When setting up image custom fields and featured images in a WordPress theme it’s important to take ...

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