in what way wordpress rewrite pages
- by Mac Taylor
Hey
Recently I'm interested in post's structure of worpress .
They use a table named (wp_posts) and in this table they saved 3 related fields such as :
post_title
post_name
guid
It's clear that they save title of each story in post_title field ,
and slugs in post_name ,
and full url of a post in guild filed .
But where the hell, they rewrite these urls in way it appears in browsers :
http://localhost/wordpress/about/
There is no htaccess rules for this !
I checked rewrite.php and didn't understand an inch ?!
If you were me , and u need to create such pages , what steps you would take !?