Just Go to
Dashoard => Settings => Permalink
And update the permalink and click on “Save Changes”.
Thanks. but i used first blogger then i migrated WordPress when i set this my old post gives 404 erorr
Yes, that will happen.
In that case you have to enable redirects using htaccess.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
this is my .htaccess now what can i do?
You may use some plugin like
https://wordpress.org/plugins/redirection/
Note: I have not used such plugin earlier, so kindly check it before use.
i use this plugin and same problem posts give me 404 error.