Wordpress "Categories to tags converter" not working. Pointing to import.php instead
I just imported my posts from blogger into wordpress. In doing t开发者_运维问答his, the tags were converted to categories for some strange reason.
I am now trying to convert them back into tag using wordpress' built in converter. However, whenever I click on the "Category to tag converter" link, it directs me to the import page "/import.php". Is there anything i can do to rectify this.
Alternatively, could someone please copy the end of the URL for the converter tool's page, and paste it here so i can append it to my blog URL. Im guessing that could work meanwhile.
Cheers in advance..
The /importer.php document is pointing you to the right place. If you look at that page again, you can see at the bottom there is this line:
- Categories and Tags Converter - Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.
It's a plugin you can install. Once you've done that, you can do all kinds of modifications to your tags/categories.
The link to the plugin once installed is:
/wp-admin/admin.php?import=wpcat2tag
精彩评论