Categoria: wordpress

  • How to Bulk Remove Featured Images in WordPress

    In WordPress, you can only remove post featured image one by one by editing each post and clicking on the “Remove Featured Image” link, which  is easier to do if you have only few posts but if you have hundreds of posts then removing them one by one can be a daunting task.  But fear…

  • Woocommerce add text to product price

    To add a text after the product price for a single product on WooCommerce, you can use the following code snippet: You need to replace YOUR_PRODUCT_ID with the ID of the specific product you want the custom message to appear for. You can get the product ID by going to the product’s Edit page on…

  • Woocommerce modifica del prezzo in base ai giorni a fine mese

    modify a woocommerce product price depending of the days left to the end of month: This code will loop through all the items in the cart and modify their prices based on the number of days left until the end of the month. The new price is calculated by multiplying the current price by a…

  • How to Bulk Remove Featured Images in WordPress

    In WordPress, you can only remove post featured image one by one by editing each post and clicking on the “Remove Featured Image” link, which  is easier to do if you have only few posts but if you have hundreds of posts then removing them one by one can be a daunting task.  But fear…