How to Prevent CSS Stylesheet Caching in WordPress

How to Prevent CSS Stylesheet Caching in WordPress

Whether you’re in the development stage or making updates to an existing WordPress project, you may run into unwanted stylesheet caching. In this tutorial we will teach you a very simple one step method to temporarily prevent WordPress from caching your stylesheet.

Read More
How to Create an Odd/Even Class System in WordPress

How to Create an Odd/Even Class System in WordPress

There are many times when coding a WordPress blog or full website that you may encounter the need for a class that targets odd/even posts or items. In this tutorial we will teach you a very simple method for adding odd/even classes anywhere inside of your WordPress loop using a function.

Read More
How to Disable Emoji Support in WordPress 4.2+ without a Plugin

How to Disable Emoji Support in WordPress 4.2+ without a Plugin

Even if you aren’t utilizing emojis on your site, your site is still loading all of the CSS and JS used to drive them which increases load time slowing down your site. In this tutorial we will teach you how to remove and disable emoji support by simply adding a code snippet to your functions file.

Read More
6 of Our Favorite Wordpress Plugins

6 WordPress Plugins You Should Be Using

We started to notice a trend in the plugins we were using on each project we finished, which is why we decided to share the top 6 plugins we use on almost every Wordpress blog/site created by Daddy Design.

Read More