In the post I show an interesting method for deferring loading of images using PHP and jQuery within a WordPress environment. However, this method can be applied to any environment…
Read More
In the post I show an interesting method for deferring loading of images using PHP and jQuery within a WordPress environment. However, this method can be applied to any environment…
In this post, I show how to implement masonry, isotope, infinite scroll, and imagesloaded in WordPress. I go more into detail about isotope because it’s a more robust library than…
This took some time to figure out because my custom post type query was interfering with the global query object. This is a little hack that I found on stack…
Add this to the top of your JS file to allow console logging for any sort of console message. /*eslint no-console: [“error”, { allow: [“warn”, “error”, “log”] }] */