Comment_Reply_Link Not Showing?
When I use the following code, everything shows except the reply link! Anybody know what I’ve done wrong? I’d like the link to … Read more
When I use the following code, everything shows except the reply link! Anybody know what I’ve done wrong? I’d like the link to … Read more
How can i limit comments displayed on the page – reviews by author_id. Lets say that the author_id to limit to is in … Read more
I searched a lot of thread regarding my problem, but unfortunately I found nothing works, and this my final option. I want to … Read more
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[‘images’]; if … Read more
These are actually input fields. paragraph is the textarea field. i query the contents from database and try to show them in this … Read more
I run a multi-author wordpress site where we have a large number of contributors that can write articles, which are published after they … Read more
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: … Read more
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 … Read more
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 … Read more
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’); ?> … Read more