Hi , i found that this is the duplicate , i got the solution from :
https://ww.wp.xz.cn/support/topic/country-code-is-not-visible/
Hence closing this.
Thanks.
Hello,
Please try with using wp_verify_nonce instead of check_ajax_referer , here is an useful link for your reference : https://wordpress.stackexchange.com/questions/48110/wp-verify-nonce-vs-check-admin-referer
-
This reply was modified 6 years, 6 months ago by sandeep812.
Hello, Yes, you can achieve this by simply creating post-categories and posts but what you need to do is, just make some configurations as like this, Go to Settings > Permalinks. there you will find a custom structure option, there you have to write some permalink strings.
The permalink strings for your examples would be:
/%category%/%postname or
/%category%/%post_id% or
/%category%/%post_id%/%postname%
for reference Have a look at the Permalinks page – https://codex.ww.wp.xz.cn/Using_Permalinks, for other possibilities.