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…
To add a custom class in wordpress avatar image, we have to use filter hooks in get_avatar function. Filter hooks example: //avatar custom class function…
Elementor page builder is a powerful tool for wordPress site. Elementor Addons are very essential plugin while using Elementor Pro / free version as it…