Anirban Poddar February 8, 2025 2 Comments How to display WP post with category filter option? We can use shortcode function to display post with category filter option. You have to add this function to functions.php . Here is the demo…
Anirban Poddar August 17, 2024 No Comments How to get post categories and tags in wordpress? 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…