For customizer live preview we need to add hook in wp_head & customize_preview_init function. We have to include our customize style & customize preview js…
To create a custom WP_List_Table in WordPress- Create a Custom Class: Extend the `WP_List_Table` class to create your custom table in a custom plugin or…
There are four main types of Customizer objects: Panels, Sections, Settings, and Controls. To add, remove, or modify any Customizer object, and to access the…
For retrieving the post categories & post tags , we can use get_the_category and get_the_tags functions in wordpress. Here is the code snippet for both…
First create a new folder in your wp-content/themes directory with a theme name, let’s name it ‘my-child-theme’. Now you have to create a file named style.css, It…