By RedRaven-1 on
Hi All,
I have the NID of the node and the CID of the comment. I can't seem to find an API function to let me print out the comment that is related to these two. Can someone point me in the right direction?
I can do a load_node, but how do I actually print it out?
Thanks,
Comments
progress
So thus far I have:
In my template.php hook_node, which gives me the CIDs I'm looking for.
Then in my node.tpl I have:
Which works nicely to load my comments (I checked this with dsm and the array is there), I just can't get them to show up on the page. What am I doing wrong?