• Is such a thing possible?

    I am in the process of converting an old html site to WordPress. The old site has categories that exist as links. I would like to convert them to Categories on the page. I am wondering if there is some way to go through the old and convert tags of html into pieces of code that would register as tags when pasted into WordPress.

    The html tags are fairly simple. The Categories created in WordPress <li class=”cat-item cat-item-19″><a href=”http:/ etc etc”. In theory it should be fairly easy to convert one to the other using an html tag converter and they would be read as tags once the page converts to WordPress.

    Is that something that is possible? Or am I totally with the fairies in even dream up such a scheme?

Viewing 1 replies (of 1 total)
  • It depends on how you are creating the pages in WordPress.
    I have done this by creating a csv file that includes columns for taxonomies, then using a plugin like CSV Importer which creates the taxonomy terms as it imports.
    But if you are manually creating the pages, you could manually add the terms.

Viewing 1 replies (of 1 total)
  • The topic ‘Converting HTML text to categories’ is closed to new replies.