How To Change Gutenberg Heading & Text Colors

Switching to Gutenberg block editor brings a lot of joy creating content. However, I still missing a lot of features from the classic editor, especially the ability to change text color, background color. In this post, I’m going to show you how to change color of a particular section of heading or text block. This … Read more

Easiest Way To Change WooCommerce Button Color in 5 Minutes

WooCommerce button colors are governed by the theme your site is running. By default, WooCommerce does come with some style for their buttons. However, theme makers nowadays usually add their own styling. In the screenshot below, I have my button with black background: If I use a different theme, chances are my button’s color is … Read more

How To Fix “The site is experiencing technical difficulties” In WordPress

After installing a plugin/theme or changing something in your WordPress site, you see this message: That means your site is having some problem with PHP and it stopped functioning. Is this problem serious? Yes, it is. If you are lucky, only part(s) of your site is having that problem. Otherwise, the whole site is down. … Read more

#1 Plugin To Customize WooCommerce Related Products

WooCommerce related products, in case you are not aware are the products that displayed at the end of any single product page. By default, WooCommerce get related products for any product by looking for products in the current product’s categories. In addition, products that share the same tag(s) are considered related. Let’s take a look … Read more

Create WooCommerce Products Search Input For Your Plugins

binocular search for product

As I develop more and more plugins for WooCommerce, a need for WooCommerce product search emerges. You know, this kind of product search: If you ever need the full source code of this plugin, please visit this github repo Let’s learn how to create a field like that so you can use in your plugin. … Read more