How to Remove WordPress Version Number
In this tutorial i will teach you how you can hide wordpress version manually. We won't use plugin to do this simple task. I will do it with our own code. We can hide or remove wordpress vers... Read more
CodeCheef have tutorials for WordPress subcategory. Read all the blogs of this subcategory.
In this tutorial i will teach you how you can hide wordpress version manually. We won't use plugin to do this simple task. I will do it with our own code. We can hide or remove wordpress vers... Read more
Hello devs, in this tutorial i will discuss about wp_localize_script() in wordpress. How we can use wp_localize_script() function in our wordpress app, i will show you it. Have y... Read more
Hello developers In this wordpress woocommerce tips and trics tutorial i will show you woocommerce related products query. If you don't know how to show related products in wordpress from... Read more
Hello WordPress developer, in this tutorial i will discuss about how to create an advanced theme options panel in WordPress. There is WordPress options page generator, but in this tutorial w... Read more
Hello developer, hope you are doing well. In this tutorial i am going to discuss about how to create WordPress add settings link to plugin page. If you are a plugin developer then you will know that s... Read more
In this tutorial i will show you how to add wordpress role capabilities. We will add new roles and permissons. We can use use Members plugin, to create new user roles and permissions. But in... Read more
Hello WordPress developer, in this tutorial i am going to show user submitted posts wordpress from frontend. That mean we will create guest post or user submitted post from frontend without plugi... Read more
Now a days ecommerce business is increasing day by day. For ecommerce business to create a eCommerce website, WordPress is most popular option right now. In this lecture i will show you how to di... Read more
In this tutorial i will show you how you can disable automatic theme and plugin update in WordPress. For doing it just you need to add two filter in your theme functions.php file. Disable aut... Read more
Hello wordpress developer in this tutorial i am going to show how to wordpress disable comments on pages using custom code. You can use plugin to disable wordpress comments on page. but for this... Read more