This is a simple plugin which fetches and displays the number of comments for a given item, or the total number of comments for the current blog.
| General Plugin info | |
|---|---|
| Author: | Tim Bellette |
| Current Version: | 1.05 |
| Download: | np_numberofcomments_v1.05.zip |
| Code: | NP_NumberOfComments Code |
| Forum Thread: | Thread 6675 |
Inside of your template place the code
<%NumberOfComments%>
where you would like the # of comments to be displayed, e.g.
Comments(<%NumberOfComments%>)
will display “Comments(#)” where # is the number of comments which have been posted for the given item.
Inside of your skin place the code
<%NumberOfComments%>
where you would the the total # of comments to be displayed. This will display the number of comments for the current blog being accessed.
NP_NumberOfComments version 1.05 works with Nucleus CMS version 3.31 - 2007-11-25 kg