I get an error message, in a third party theme of mine, the guy has since abandoned the project in favour of other work, I love my theme, so I want to alter it myself, the error message is:
WordPress database error: Table 'wordpress.wp_categories' doesn't exist]
SELECT cat_ID, cat_name FROM wp_categories
can I just change the categories bit of wp_categories to wp_terms to fix my problem??
I have read the documentation regarding the new TAXONOMY structure, but I am a novice, so it isn't making much sense :(
Any help would be greatly appreciated ;)