Thread Starter
m_itai
(@m_itai)
another question is how can i change the left side category posts order?
if i want that the articles will always be last?
I’m having the same problem — I have found that the categories are kept in the “wp_terms” table. If you have your pre-upgrade sql backup open in a text file, you should be able to edit the new wp_terms table to fix this.
In my pre-upgrade backup — the category information was kept in the “wp-categories” table. I’m just editing each line in the “wp_terms” table to update the information.
Thread Starter
m_itai
(@m_itai)
and if i dont have the pre upgrade ? how can i do this?
I’m no expert — this is just what I found from poking around. You could try looking at each category and discerning from the posts what it should be, and then editing the wp_terms table.