Disable comments count box

Posted in: Newspaper
Post count: 220

i want to disable comment count box on all the modules if the comments are 0 ..If its >0 then we can enable this ..

is there any possible to implement this

http://www.techiexpert.com/

Post count: 22421

Hello,

It would need an extra check for the counter placed in the main function here:
https://www.screencast.com/t/QZkO2c3Uz44z
Try it like so:

if (get_comments_number($this->post->ID) > 0) {
https://www.screencast.com/t/LNU0d5X5

Thanks.

Post count: 220

Thanks …

It Rock’s

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.