6. if through page Place Ad, i add a new one to the same category, then at pages classifieds/view categories will shown correct count=1, not false =2 (incremented)
So, i believe that a retreive of the correct count value from db (for all categories) happend only through page Place Ad and NOT through edit ad -> delete listing
i have tested on a new wp 6.7.2 installation with only one plugin (yours) with php 8.3.19
steps
- made one new category
- ad a new ad
- classifieds/view categories page show correct count=1
- edit ad -> delete listing and classifieds/view categories page NOT show correct count=1
- check db with phpmyadmin table term_taxonomy field count is correct =0