Manage sql db from wordpressThese two files will help you to insert the category name into your wordpress sql posts.
Why?
If you want to quit using wordpress and transfer your content from your sql database you will need
to add "category name" into your posts so you can transfer your posts into a fresh sql database.
These two files are doing that for you, just have to upload them and run them, it will take about
2 or 3 minutes to do this.
Instructions:
*Upload these two files into your website root.
*Login into your phpmyadmin and on the table "wp_posts" click on "stucture" and add 2 more columns,
called: term_taxonomy_id - int and category - varchar 255
*run "update_categid_into_posts.php"
*run "update_categname_into_posts.php"
That is all, now wp_posts should have the category name there and you can easy transfer your
content into a fresh table without the other wordpress settings stuff, ids, and so on.
Rewies & comments: Learn php | Twitter | We recomend: Boost your website here |