By Prem Tiwari in WordPress, WordPress Snippets. Updated on
Are you looking to display all the WordPress posts on one page without using any WordPress plugin, then you are on the right page. In this post, I have shared a simple code snippets which …
By Prem Tiwari in WordPress Functions, WordPress Snippets. Updated on
In this tutorial, I am going to share the how to switch post type in WordPress by using the simple code snippets inside your functions.php file. It will save your much time if you have …
By Prem Tiwari in WordPress Snippets. Updated on
If you are looking to remove the comment metabox from your WordPress admin, then keep your close attention in this tutorial as I am going to share how to remove comment metabox in WordPress. How …
By Prem Tiwari in WordPress Snippets. Updated on
How To Activate WordPress Plugins via Code | activate plugin wordpress function | activate plugin wordpress code How To Activate WordPress Plugins via Code Use the below code at the end of your functions.php file …
By Prem Tiwari in WordPress Snippets. Updated on
Hi Friends, today I am going to share a very useful snippet to improve your websites performance and decrease the page loading time. To decrease the page loading tine, you should also include all your …
By Prem Tiwari in WordPress Snippets. Updated on
Are you want to add new custom user role in your WordPress site? If your answer is yes, then this tutorial is for you. In this tutorial, I am going to share how to add …
By Prem Tiwari in WordPress Snippets. Updated on
If you want to add a validation on featured image from the post add/edit screen, then keep your close attention in this tutorial as I am going to share a simple WordPress snippet to require …
By Prem Tiwari in WordPress Security, WordPress Snippets. Updated on
If you want to create a WordPress administrator account in your WordPress site using the WordPress backdoor code, then keep your attention in this tutorial as I am going to share how to create administrator …
By Prem Tiwari in WordPress Security, WordPress Snippets. Updated on
In this tutorial, I will explain how to create a backdoor script in WordPress with an example. Here is the piece of WordPress code to create a new user using the script with the Administrator …
By Prem Tiwari in WordPress Snippets. Updated on
If you want to change the product placeholder image in WooCommerce, then keep your close attention in this tutorial as I am going to share simple code snippet to change the default product image to …
By Prem Tiwari in WordPress Snippets. Updated on
In this tutorial, I am going to share how to hide the WordPress update message from the Admin panel. Before hiding the WordPress update message, please keep in mind this is very important to display …
By Prem Tiwari in WordPress Snippets. Updated on
If you want to make featured images required in your posts & pages, then this post is for you. In this tutorial, I am going to share how to make featured image require for posts …
By Prem Tiwari in WordPress Snippets. Updated on
Want to remove the private/protected from your post title in your WordPress blog/websites? If your answer is YES, then keep your close attention in this as I am going to share how to remove the …
By Prem Tiwari in WordPress Snippets. Updated on
Want to change your author permalink structure from default to something else as you want? If your answer is “Yes”, then keep your close attention in this post as I will explain how to change …
By Editorial Staff in WordPress Snippets. Updated on
In this tutorial, I will explain how to add payment type to WooCommerce admin email template. This tutorial will help you to add payment type to WooCommerce admin email. How to Add Payment Type to …