Can’t understand how to use add_rewrite_rule [closed]
Part 1 Ans: I am presuming you have added the custom post type yourself, in which case it is easy. When you register a new post type, you can set any rewrite rules for that post type to follow as part of the arguments used in the register_post_type( ‘name’, $args ) function. If your post … Read more