Show comment count on block 14?

Posted in: Newspaper
Post count: 7

Hi there,

How can I show the comment count on block 14?

Many thanks

Post count: 22421

Hello,

If you want to show comments in block 14, you need to ad them in the theme code as this block was designed without the comment count. Please add this line of code:
<?php echo $this->get_comments();?> in td_module_mx1.php as block 14 uses module mx1 to show content
like so: http://screencast.com/t/V3YHhLbgDfSU

Thank you!

Post count: 7

Thank you!

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