I have installed Thesis theme. The default permalink structure is
BLOGURL/%postid%/
When I change it to BLOGURL/%postname%/
, I can’t access the pages.
I have modified .htaccess
file and the “nav_bar function” as well.
Can somebody help me out? I can’t figure out the redirection error.
first set it to default url & see whether eveything is right, then delete all text in .htaccess & add the new url format you need & save & get .htaccess updated & see your site
You can do it using .htaccess but I would take a look at WP Rewrite Class , it may also be what you’re looking for for this kind of thing.
http://codex.wordpress.org/Class_Reference/WP_Rewrite
Hope this helps..
EDIT: Added this link in here as it may help you out as well with what you’re trying to accomplish. http://www.dev4press.com/2012/tutorials/wordpress/practical/how-wordpress-url-rewriting-works/