WordPress Developer Ukraine, Kyiv
Display WooCommerce product price and sale price with PHP

Display WooCommerce product price and sale price with PHP

Displaying product prices outside of standard WooCommerce template files is a task that comes up regularly in custom theme development. You might be building a custom homepage section that showcases featured products without using the standard WooCommerce loop, a sidebar widget that lists the three most expensive sale items, a popup that shows a quick-view…
Lazy load images in WordPress without a plugin

Lazy load images in WordPress without a plugin

Images are consistently the largest contributors to page weight on WordPress sites. A typical blog post with six to eight inline images easily transfers one to three megabytes of image data to each visitor, regardless of whether those images are visible on screen when the page loads. A long recipe post, a product review with…