Inject dynamic strings in urls
You have not stated if COUNTRY and CITY are categories, tags or something else. This information would help in giving you a complete answer. This is just an example of how it can be done. //Add a location variable to the post type’s rewrite rule function my_post_type_args( $args, $post_type ) { if ( ‘my_post_type’ == … Read more