where is permalink info stored in database?
In the wp_options table there is a record where option_name = “permalink_structure”. However, the true, ultimate control of url rewriting is controlled by the WP_Rewrite API which saves/caches its information in the rewrite_rules wordpress option (also found in the wp_options table). EDIT: Also, when editing a page/post, you can change the “permalink” for that page/post … Read more