I just convert a phpnuke database to wordpress, everything worked fine, at least I thought, but now the post count in the categories is wrong.
The converter script counted the categories after it finished:
- 34 : 927
- 35 : 82
- 33 : 600
- 10 : 540
- 32 : 331
- 22 : 9
- 25 : 377
- 29 : 821
- 31 : 398
- 37 : 276
- 38 : 49
- 39 : 183
- 40 : 61
But In the wp I have this:
* blogs (6)
* chistes (11)
* deportes (4)
* Ingles (36)
* juegos (4)
* nacional (14)
* Oldies (5)
* otros (15)
* peliculas (20)
* quotes (4)
* Rumores (25)
* tech (15)
* tv (23)
A lot of posts are missing in that count, I checked the database and the post are there with the correct categorie number, a counted post and an uncounted post looks the same in the database (wp_posts).
How can I fix this? Any Ideas? What table is the one that makes the count?
Thanks