By ahneill on
I now know how to create, using a php snippet
1. a list of latest comments http://drupal.org/node/56235
2. a list of latest comments ONLY for published nodes http://drupal.org/node/208082
Can someone show me a php snippet where I call for list of comments on published nodes ( as in http://drupal.org/node/208082), but also I can select comments only on nodes of a particular vocabulary or category(so possibly 2 different snippets).
nevets really helped me before, but if anyone has any ideas I'd love to see them.
thanks,
art
newmediarights.org
Comments
Limiting list of comments on published nodes by vocabulary
To limit by vocabulary (note you need to change $vid)
To limit by taxonomy(vocabulary) term (note you need to change $tid)