Answer the question
In order to leave comments, you need to log in
How to display the RSComments comment count?
I use the RSComments! component on the sites. Using a shortcode, you can display the comment count of any article, anywhere. For example: {rscomments_no option="com_content" id="62"}
I need to insert this shortcode into the template (joomla/content/info_block/hits.php file), into this piece of code, where the number of views is displayed:
?>
<dd class="hits">
<span class="icon-eye"></span>
<meta itemprop="interactionCount" content="UserPageVisits:<?php echo $displayData['item']->hits; ?>" />
<?php echo JText::sprintf('COM_CONTENT_ARTICLE_HITS', $displayData['item']->hits);
?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question