A nearly perfect WordPress distribution was disrupted by a loss of my ‘tags’ which affected the catagories on my blog. A reload of the wp_catagories table and contents, and then this MySQL script managed to put things right.
update wp_terms tt, wp_categories cc
set tt.name = cc.cat_name, tt.slug = cc.category_nicename
where tt.term_id = cc.cat_ID
Very glad you got that sorted, and I’m relieved you upgraded! What do you think of the new backend?
Very glad you got that sorted, and I’m relieved you upgraded! What do you think of the new backend?
The dashboard is a bit different, but now I also can see the stats on my other blog as well. Cool!
The dashboard is a bit different, but now I also can see the stats on my other blog as well. Cool!