The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
170 views

Actual comments not showing, but form is?

I have edited the comments form to remove a few fields and now the approved comments dont even show up, just the form itself. What am i missing from this...? <?php $comment_args = array( ...
0
votes
2answers
387 views

Social Media's Avatar not working (Wordpress Social Login plugin)

I am using Wordpress Social Plugin. The problem is that social media's avatar is not showing. Here is my comment avatar code: <?php echo get_avatar(get_current_user_id(),30); ?> I found ...
0
votes
1answer
26 views

Comment form vaildation

Good day everyone I've build a custom comments form which hooks onto the default comment_form() in twenty twelve child theme. Here is my code: http://pastebin.com/RJcGyQ1j inside functions.php If i ...
0
votes
0answers
36 views

Saving comments not with PostID but different unique identifier

so here is the deal: I want comments to be saved not with the post ID but with another unique identifier. With disqus there is a way to do this with javascript: /* * * CONFIGURATION VARIABLES: THIS ...
0
votes
0answers
19 views

Customizing h3 title inside the comment_form template

I'm customizing comment_form function and I noticed that I can't control the layout of what's outside the form itself. This is default layout of the comment_form: <div id="respond"> <h3 ...
0
votes
0answers
9 views

how to use comment_form with images separately?

I have made an custom image gallery like Media in backend.I am showing all the images as gallery on frontend and using slider for thumbnails of those uploaded images on backend via the custom gallery ...
0
votes
0answers
23 views

Making comment persist after error?

On my comment form I am using a filter that checks for "bad" word. If the message contains one these words, it gets flagged as spam it send a transient message back to the comment page. Now what I ...
0
votes
0answers
72 views

Multiple comment forms on one page cause message - ERROR: please type a comment

Instead of clicking reply on my comments I have them laid out with a reply form already showing underneath each comment. Each form has been populated with the post_id and the comment_id and looks ...
0
votes
0answers
144 views

Add custom comment box similar to facebook or wordpress

I made a page and override with custom post type and I am using jQuery ajax. And I'm displaying all posts by image only and when we click on images, a popup populates itself in below image. Its is ...