Help converting custom blog to wordpress
-
I am working on converting a clients custom blog to wordpress and am having some problems that I was hoping to get some guidance on.
Currently I am trying to convert the old categories into the wordpress taxonomy. Im am stumped as I seem to have them converted and populate the wp tables properly, however they don’t show up in the wp admin when I go to look at the categories.
Here is what I am using as a test:
require("wp-blog-header.php"); wp_insert_term('steves test', 'category', array('slug'=>'steves-test-category'));
As I mentioned, the wp_term_taxonomy and wp_terms tables seem to get properly updated, but the category just doesn’t show up in the back end.
I appreciate any help.
Thanks,
Steve
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Help converting custom blog to wordpress’ is closed to new replies.