How to remove website field in comment form?

Your theme should have a comments.php file. Can you just remove the field there? For instance, my comments.php files has the following code: <p class=”field”><label for=”url”><?php _e(‘Website’, ‘theme1721′); ?> </label><input type=”text” name=”url” id=”url” value=”<?php echo esc_attr($comment_author_url); ?>” size=”22″ tabindex=”3″ /></p> I would just remove it if I didn’t want visitors to have the option to … Read more

Insert comment and still use moderation

Just to close this out, the answer is very easy in that, yes it is possible and here’s the function that does the check to see if the comment passes the moderation verification or not. Then you can add a conditional and either add the comment or not based on that. check_comment(); Function reference: http://codex.wordpress.org/Function_Reference/check_comment

WordPress Comments jQuery Doesn’t submit

Original Poster’s answer in comments also worked for me, will share it here so this can have a solution. Replace: $(‘form’).submit(); With: $(‘form’).unbind(‘submit’); $(‘#submit’).click(); I used this to submit comments with JQuery with the ENTER key rather than clicking the button: jQuery(document).ready(function($) { $(‘#comment’).keydown(function(event) { if (event.keyCode == 13) {//capture ENTER Key $(‘form’).unbind(‘submit’); $(‘#submit’).click(); return … Read more

Comments from mobile apps & Disqus

There’s a pre-release Windows Phone SDK right now for Disqus, and you might want to sign up and try that out: http://help.disqus.com/customer/portal/articles/1222036 Generally speaking it’s not difficult to sync up discussion threads between a mobile app and a WordPress site.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)