I am trying to update a theme of mine, what do I substitute 'wp_categories' with. At the moment my theme points to 'wordpress.wp_categories', but with the new database structure, I understand the this changes. Can someone advise me as to what?
I am trying to update a theme of mine, what do I substitute 'wp_categories' with. At the moment my theme points to 'wordpress.wp_categories', but with the new database structure, I understand the this changes. Can someone advise me as to what?
The easiest way is to read the documentation...
http://codex.wordpress.org/Template_Tags
See which are the deprecated template tags and replace them.
This topic has been closed to new replies.