-
Ultimate Coding Tips to Your Landing Pages

It is so easy to go overboard in your HTML, CSS, and JS implementations. Organise your code first! Here are the ultimate techniques in organising HTML, CSS, JS for scalability, reuseability, and maintainability.
-
5 Most Forgotten WordPress Theme Template Files, What to Do About Them

Custom Theme templates seem to tend to miss out on these template files. But they are one of the most important ones to use! Find out what the 5 most forgotten template files are.
-
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.