The Blog · since 2008

Practical WordPress tips, fixes and tutorials.

Real fixes and troubleshooting, written by the team that does the work.

New Google bug may be hiding your reviews
Block PetalBot
General

How to block PetalBot using Cloudflare

PetalBot is a website crawling bot of the Petal search engine. I have recently noticed in one of the news websites that I manage started getting a large number of requests from the bot. It kept getting worse, to the point that it started increasing the server load. So, I finally had to block the […]

· Murali Kumar
WP
Woocommerce

How to display product price using shortcode

Here is the code snippet that you can use to create a shortcode and use it in any of your posts or pages to display the price of a specific product. You just have to specify the woocommerce product ID of that product like the given example. [woo_product_price id=20]

· Murali Kumar
WP
General

How to reset WordPress installation

While developing a WordPress website, we sometimes, end up doing some mistakes, or doing specific customization, which we want to erase completely, and RESET the WordPress site back to default data. We can achieve this in the following ways : Easy Way ( using a plugin ): The easiest way to reset WordPress installation is […]

· A.Niraj Kumar
WP
Woocommerce

How to show or hide ACF field based on Woocommerce order status

You may want to show different Advanced Custom Field group based on status of your Woocommerce order status. Here we discuss the steps you can take to achieve this easily. You should know two basic things before we get started. Woocommerce Order status types : Woocommerce orders are a custom post type and order status […]

· Murali Kumar