How to Create a Blog Website on WordPress
If you’re looking to start a blog website, WordPress is an excellent platform to use. It’s easy to use, customizable, and has a large community of users who can help you out if you run […]
If you’re looking to start a blog website, WordPress is an excellent platform to use. It’s easy to use, customizable, and has a large community of users who can help you out if you run […]
If you’re a WordPress user, you know how important it is to have a reliable offline editor to help you manage your content. Whether you’re traveling, without an internet connection, or just prefer the convenience […]
In this tutorial you will learn how we can change “in stock” / “out stock” text with the custom. We will use custom snippet for this. Just copy the above snippet and paste in your […]
Here we will learn, how we can change product price in cart programmatically. Add below code in your theme’s functions.php file
Today we will learn how to fix broken images link issue in WordPress, after migrating site from local server to live server or (one domain to another). This is a very common issue. The simple […]
Let’s assume you have a product inventory of 1000s of product and you want to sell your all product individually, what will you? Well you need to change the product setting one by one to […]
If you are looking a way to hide “added to cart message” with easy method? Then you are in right place. To we will learn how to remove the “added to cart message” without using […]
Today we are gonna learn how to insert post in database programmatically. The function we are going to use is wp_insert_post() For creating a post first you need to create a post array, below is […]
How to tutorial Woocommerce Tutorial
Hello Guys today we gonna learn how can we hide specific product category, specific product on shop page. We are going to do this with the help of code snippets. You can directly add these […]
How to tutorial Woocommerce Tutorial
Hi Guys Today we are going to learn how to add conversion tracking code in order thank you page. We will do this using custom snippet in function.php
Here is the snippet to get post by title in wordpress If you want to get the custom post by title in wordpress just change post_type to your custom post type.
When you first go into the WordPress dashboard, you can’t help but be amazed at how easy everything looks. On the left is a sidebar about management. In the middle is a clean interface to […]
The major difference between Shopify and WooCommerce is the best-of-the-best when it comes to getting an online store up and running, hands down. It might be difficult to determine the best solution for your business […]
Today We gonna learn how to hide plugin in WordPress dashboard using custom snippet without any third party plugin.
How to tutorial Woocommerce Tutorial
Here we will learn how to change WooCommerce min password strength using custom snippet. WooCommerce has a filter hook to manage WooCommerce min password strength. Well I personally recommend you to not change password security […]
Today we will talk about how to redirect visitors to your country specific website using custom snippet. This snippet will work on your WordPress website. If your website is a non wordpress website then use […]
For many WordPress sites, taking a few simple precautions to protect your website is sufficient to prevent hacking. Learn more about it here. WordPress is a popular hacking target. Attackers attack the WordPress theme, core […]
While visiting your WordPress site, you notice something is off. It’s a little different. Some alterations were made that you had no part in making. As a result, you log in to investigate and fix […]