Some useful WordPress plugins

Just a random list Simple Image Sizes A pretty useful plugin to generate custom image sizes or to change theme image sizes like removing crop etc from woocommerce images.

Equal columns for WordPress/Woocommerce products

Use the code below. Will need to change tag/selector according to theme (function($){ if (window.innerWidth > 400) { equalheight = function(container){ var currentTallest = 0, currentRowStart = 0, rowDivs = new Array(), $el, topPosition = 0;...

How to import external images in WordPress

We usually run into this issue while migrating site from one domain to another or during migration from wordpress.com to wordpress.org There are couple of plugins which you use to import external images. One of the popular one is...