Subcategory: WordPress

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

#wordpress

How To Pass PHP Data To JavaScript In WordPress

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

#wordpress

Woocommerce Related Products Custom Query Example

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

#wordpress #woocommerce #custom-query

How To Create An Advanced Theme Options Page In WordPress

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

#wordpress #options-page

How To Add Settings Link To Plugin Page In WordPress

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

#wordpress #plugin-development

How To Add Custom User Roles And Capabilities In WordPress

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

#wordpress #custom-coding #custom-users-role #wordpress-users-role

Allow Guest Posts And Submissions From Frontend In WordPress

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

#wordpress #guest-post #front-end-posts

How To Display Category Wise Product In Woocommerce

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

#wordpress #woocommerce #custom-query

How To Disable Automatic Theme And Plugin Updates In WordPress

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

#add-more-jquery #jquery #laravel-7x #laravel-6 #laravel #laravel-5 #example #ajax #wordpress

How To Disable Comments And Comments Menu In WordPress

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

#wordpress #custom-code