Python Script to Import Simple Tagging tags to Wordpress 2.3
Posted by sky | Tags: Python , WordPress , tagging
Wordpress 2.3 database now supports tags. For some reason, the Wordpress importer for Simple Tagging doesn't work for me, it imports only halfway. I wrote this python script stp-import.py to import the tags to Wordpress 2.3 database. [~]$ python stp-import.py The script will ask for the Wordpress database name, the database user and password, and the Wordpress database tables prefix (default is wp) to import the tags. Tested on my database.Database: dbname Database user: dbuser dbuser Password: Wordpress table prefix [wp]: wp 215 tags imported.Previous Post Next Post