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 September 7, 2024 No Comments How to display custom post type content with WP_Query ? First you need register a custom post type via functions.php then you have to add WP_Query with your custom post type slug. Here is the…