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...
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...
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...
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...
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...
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...
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...
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...
Search form is often an overlooked feature when developing new themes. But for content rich wordpress sites it is a must. In this tutorial...
Wordpress loads a lot of unnecessary scripts in the header section. Well not really unnecessary - they are useful if you want to use the...