Replace the product image on hover with an animation, even if your theme doesnt support it. This will work for the products displayed in the …
Snippets for your wordpress site
Customize the Scroll Bar (css only)
With the css snippet bellow, you can customize the look of the scrollbar in your page. This applies for Horizontal and Vertical scroll bars.
Show product Availability tag in single product page Woocommerce
By default, in the single product page template, there is no option to show an availability tag if the product is available. (by default, it …
Show Total Amount spent in admin user list
with this snippet, you can add a new column in the user list of wordpress, to show the total amount spent by each user. This …
How to Dump ACF field data
With this code, you are able to view the data returned from querying an acf field. It is used during development, in order to validate …
Hide all WordPress Admin Notifications – Messages
With this snippet, you can programmatically hide all notifications from the admin pages in wordpress. Many times, these notifications can become annoying, especially when they …
Total number of monthly sales Woocommerce shortcode
This code defines a function total_sales_this_month() that calculates the total number of completed sales for the current month. It uses a custom query to count …
How to add Font Awesome to wordpress functions.php – without a plugin
Font Awesome is a great icon library widely used by developers and designers.By using the following snippet in your functions.php file , you can include …