By webdev2 on
I have tried wp2drupal and wordpress import.
wp2drupal module creates taxonomy vocabulary for the categories and forum post (why?) for tags.
wordpress import module imports tags and categories INTO custom fields in the blog content type.
How can I use either, or import another way, to be able to display categories like wordpress, for ex:
TopicA(23)
TopicB(3)
TopicC(12)
TopicD(53)
Any ideas?
Comments
I think what is imported by
I think what is imported by wp2drupal is more natural.
You can use the Taxonomy DHTML module to display the categories, though there are other ways to do it, too.
You'll have to figure out how to display the category block only on blog posts and category pages, though.
Many thanks for your reply!
Many thanks for your reply!
Hi, Worpdress Import don't
Hi,
Worpdress Import don't import tags and categories in custom fields but in two taxonomies : wordpress category and wordpress tag.
--
Yann Rocq
http://www.rocq.net/yann/
Yann Rocq
Which worked fine for me.
Which worked fine for me.