In what way does Wordpress rewrite page URLs?
- by Mac Taylor
Hey
Recently I'm interested in post's structure of Wordpress.
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…