Pod Comments
Version 1.0.0 added 2 years ago by sc0ttkclark
HOW TO INSTALL: To install this package, copy the following code and paste it into your Pods >> Package Manager under the Import tab and follow instructions there.
1.0.0 Notes
New package created, just use PHP below and it's fully functional on any page of your WP site (even non-Pod Pages)
About this Package
<pre><?php
$comments = new Pod('comment');
echo $comments->pod_helper('comment_list');
?></pre>
$comments = new Pod('comment');
echo $comments->pod_helper('comment_list');
?></pre>
