@youhosi Following your response did an upgrade and don't know how but all the themes are working now. Minus my custom theme that I guess it has some bad code in it.
Thank you.
Hi Team,
I would like to know how can i decrease the post counts(simply want to perform -1 from total count which it is displaying), as it is counting as the description in posts as well. please refer to the attached image.
I have tried by changing
topics: ajaxify.data.topics.map(topicsData => {topicsData.postcount = topicsData.postcount-1; return topicsData;})
@arc002 ajaxify.data
is just the data the template was run with. Changing it does nothing to the already rendered page.
What you want is to add a hook for filter:topics.get
and modify the data there.