How to Install and Setup WordPress Multisite Network Do you need a WordPress multiple website network? WordPress Content Management System provides us capability to create multiple websites using the single WordPress installation. In this post, we are going to show
How to Add a File Manager in Your WordPress Dashboard
Why you need a File Manager in WordPress We need a file manager in WordPress when we have not credentials of FTP or cPanel of the website and your client only provide the WordPress admin panel detail. A WordPress file
How many type we can get post and custom posts types
How many type we can get post and custom posts types Wordpress provide many ways to to get posts and custom posts type. Some of ways are following:- 1) The normal loop:- Wordpress provide normally a loop to get a
How to get custom post type by custom category in wordpress
We can get custom post type by custom category by custom category in many ways. One of method of getting custom post type define below:- To get the custom post type by custom category in WordPress you need to do
How to override WooCommerce template files?
How to override WooCommerce template files? The WordPress WooCommerce template files are different from the WordPress theme template files. The template file for shop pages is archive-product.php. In some WordPress premium theme the override functionality are inbuilt. You can also
woocommerce automatically add products to cart on visit
Automatically add products to cart on visit Below Code example, automatic add products to cart when a visitor is on your site. This code example could be very useful when you use WooCommerce. This is is pretty easy to do.
How to Fix WordPress Posts Returning 404 Error
WordPress is a powerful CMS. In this article We are going to covered some of the most common problems a WordPress users face. Most of the WordPress users face at some problem is WordPress posts returning a 404 Error. So read the full
How to get woocommerce featured products
How to get woocommerce featured products in wordpress inside a product loop. We provide below code to get woocommerce featured products in loop. Woocommerce by default provide the short code to view featured products. We can display WooCommerce Featured Products
Default wordpress user roles and their capability
Default wordpress user roles and their capability are following….. 1. Administrator On a regular WordPress install, Administrator is the most powerful user role. Users with the administrator role can add new posts, edit any posts by any users on the
Add a custom meta box to the new/edit category pages
How to add a custom meta box to the new/edit category pages The meta data is saved to the array term_meta[], which can handle further fields in the future. To create a meta field or custom field in product category