How can I check the rewrite slug of current post type listing page
Looking to the problem from a different perspective, I’ve reached to a different solution to it. I’ve created a function to check the post type instead of checking the slug of the post type. Actually I was trying to assign different CSS Class to each post type add_action( ‘css_class_per_post_type’, ‘assign_css_class_to_each_post_type’ ); // to be called … Read more