Title: pods(&#8216;comment&#8217;) not working
Last modified: April 23, 2019

---

# pods(‘comment’) not working

 *  Resolved [Jangho Lee](https://wordpress.org/support/users/jangho-lee/)
 * (@jangho-lee)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/podscomment-not-working/)
 * I want get all comments with pods.
 * I try this.
 * $comments = pods(‘comment’);
    $params = array( ‘where’ => ‘t.user_id = ‘.get_current_user_id());
   $comments->find($params);
 * or
 * $params = array( ‘where’ => ‘t.user_id = ‘.get_current_user_id() );
    $comments
   = pods(‘comment’, $params);
 * But not working.
 * Help me!

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Jim True](https://wordpress.org/support/users/jimtrue/)
 * (@jimtrue)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/podscomment-not-working/#post-11468287)
 * Did you Extend ‘Comments’ first? Under Pods Admin, instead of Add New, choose
   Extend Existing.
 * You can’t use Pods functions on anything that isn’t created or extended with 
   Pods.

Viewing 1 replies (of 1 total)

The topic ‘pods(‘comment’) not working’ is closed to new replies.

 * ![](https://ps.w.org/pods/assets/icon.svg?rev=3286397)
 * [Pods - Custom Content Types and Fields](https://wordpress.org/plugins/pods/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pods/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pods/)
 * [Active Topics](https://wordpress.org/support/plugin/pods/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pods/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pods/reviews/)

## Tags

 * [comment](https://wordpress.org/support/topic-tag/comment/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jim True](https://wordpress.org/support/users/jimtrue/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/podscomment-not-working/#post-11468287)
 * Status: resolved