Adding a Custom Background in WordPress

Now and then you may want to add a background image or a color to the background in a WordPress site. There are a few...

Create a Block Pattern with register_block_pattern in WordPress

Patterns are useful for styling an individual post or page in WordPress. And WordPress offers block patterns from version 5.5 A pattern is a reusable block...

How to Change WordPress Post Author in Bulk

Changing WordPress post author is easy through the WordPress dashboard. You can go to post edit screen and change the author name. But that is...

Quantity and Add to Cart Button on New Lines – Woocommerce

The default settings of Woocommerce puts quantity and add to cart on the same line. I wanted to put them on different lines for a...

How to Check if a Plugin is Active in WordPress

Someone asked me this question in quora.com. Since it relates to WordPress in general I thought of making a post on it. Apart from manually checking...

How to Fix “Briefly Unavailable for Maintenance” Notice in WordPress

This is not an error but a notice. This message usually props up when you are try to install an update. The update can be...

Add Custom Theme settings using WordPress theme customizer API

WordPress theme customization Api is a set of functions and methods which comes inbuilt since WordPress version 3.4 These functions and methods allow theme developers to...

WP_Query vs query_posts() vs get_posts()

Most WordPress developers have used WP_Query, query_posts and get_posts at one point or the other. Question is - how do you know the use case...

Change Search Form HTML – WordPress

Search form is often an overlooked feature when developing new themes. But for content rich wordpress sites it is a must. In this tutorial...

Remove Unnecessary Scripts from Header in WordPress

Wordpress loads a lot of unnecessary scripts in the header section. Well not really unnecessary - they are useful if you want to use the...