Hi Harish,
Thanks for the help appreciate it too much. But the problem still didn’t work for me.
register_taxonomy(“free_video_category”,”free_video”, array(“hierarchical” => true, “label” => “Free Video Category”, ‘show_ui’ => true, ‘query_var’ => true, “singular_label” => “free_video_category”, “rewrite” => true , ‘with_front’ => true));
I am using /%postname%/
therefore to retrieve the page using the above custom permalink
it will look like https://mysite.com/my_custom_taxonomy/post_slug
tell me if I’m wrong by the way thanks.