Thread Starter
keshar
(@keshar)
I have done many tomes by going to Admin => Settings => Permalinks . But its still throwing 404. Now I have done as following,
myprojects/wp-content/plugins/badgeos/includes/post-types.php
By placing the rewrite flush code before In each and every register_post_type(”,”) as following.
global $wp_rewrite;
$wp_rewrite->flush_rules();
register_post_type(”,”)
It also doesnt work for me.
Thread Starter
keshar
(@keshar)
No I dont have change anything with this. So how can I get back the permalink rules again..Please help me to way out,
Thanks