-
How to Hide ACF Repeater Sub Field in Admin Edit Screen

You will have to configure this snippet in either your Code Snippets plugin (recommended), or through your functions.php file. There are times when you need to make use of a subfield variable to communicate across the WordPress platform, therefore in this case we will have to hide the certain subfield.
-
The Correct WordPress Theme Screenshot Size, Name, and Format

Theme Screenshots are a great selling point in Theme Development. Primarily the imagery. So make sure you follow this 4-point checklist for great looking Theme Screenshots.
-
Why Use a Custom Meta Theme Color for Theme Development

Going the extra mile to impress your client/users? Use a Custom Meta Theme Color! It is highly recommended to add a meta theme color for your Wordpress theme / website. In fact, make it a standard for your web projects!
-
Guide to WordPress Custom Post Thumbnail Sizes

Another reason that makes WordPress powerful is the ability for the theme or plugin developer to make use custom image sizes, which is beneficial for web performance of a theme. Check out why this is the case as well as if you have to use a custom post thumbnail in certain cases.
-
Theme Mistake: Setting Custom Post Types in Your Theme

Find out why it is wrong to place your Custom Post Type functions and setup in your Theme’s functions.php file, and that it is better to place it outside your theme.
-
5 Common Template Mistakes of WordPress Theme Development

Forgetting to edit certain important theme templates besides your custom templates and page templates is common in WordPress Theme Development. Read here for the common templates to be wary of, which are in fact important in the proper structure of the WordPress theme.