How can i limit comments displayed on the page – reviews by author_id. Lets say that the author_id to limit to is in ...
-
June 3, 2022
- 0 Comments
I have function in my plugin that is: add_filter('comment_text', 'commentimage_comment_text'); function commentimage_comment_text($comment="") { $options = get_option('commentimage'); $id = get_comment_ID(); $images = $options...
These are actually input fields. paragraph is the textarea field. i query the contents from database and try to show them in this ...
-
June 3, 2022
- 0 Comments
I run a multi-author wordpress site where we have a large number of contributors that can write articles, which are published after they ...
-
June 2, 2022
- 0 Comments
I have a ajax request hooked on “template_redirect” (the ajax requests the post’s url), and I want to display only the comment template: ...
-
June 2, 2022
- 0 Comments
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for ...
-
June 2, 2022
- 0 Comments
I would like to add a link to every comment when it’s displayed in the recent comments admin page (edit-comments.php). For the sake ...
-
June 2, 2022
- 0 Comments
i’m using a custom query, which needs to display all posts with closed comments. I have this <?php $the_query = new WP_Query('showposts=-1'); ?> ...
-
June 2, 2022
- 0 Comments