How to add a sequence number to WooCommerce order

Why are WooCommerce order numbers not sequential? WooCommerce orders are stored into wp_posts table together with almost everything you do on your WordPress website. Posts, pages, drafts, forms and other are all stored in the same table and they share the same sequence number. This is the reason you see a gap between order numbers, … Read more

Sendy installation missing curl and simplexml

You followed instructions for Sendy installation but you got an error message similar to this: This means the PHP curl module is missing and visiting the compatibility check URL (http://your_sendy_installation_url/_compatibility.php?i=1) confirms it. I am using a DigitalOcean Ubuntu droplet with LAMP stack but without cPanel so I have to use SSH and some Linux commands … Read more

Free WordPress progress bar snippet

Adding a simple progress bar in WordPress can quickly turn into a full day of testing out different plugins and addons, using complex page builders and fixing compatibility issues. This simple snippet solves the problem in less than 30 lines of code and is completely free to use.