ankitg
Forum Replies Created
-
Here is what I found…
There is a checkbox in the plugin setting under AUTO LINK TAB
Try new engine replacement ?
JUST UNCHECKED it and it was fixed.
Hope it helped someone else too.
🙂
Same issue here.
I dig the issue and found that the plugin removes the whole paragraph which contains “&”.
There is some issue with the filtering while auto linking the tag in the content.
Still working to find a solution.
If any one find any solution before I found and post it here please do share.Cheers!
Forum: Your WordPress
In reply to: Our BlogIf you want to prevent your blog from spamming you may activate the defualt plugin Akismat from wp-admin.
Or else if you want to remove comments box itself then you may find a function calling comment template
<?php comments_template(); ?>
just comment out thisForum: Themes and Templates
In reply to: Add A New Box in CommentDefault akismat plugin is more then enough
http://www.ideashower.com/files/scripts/extra-comment-fields.zip
this is plugin which by which you can add as many extra fields in comments form as you want.
and can just retrieve values by appending ‘extra’ to the name provided.
i.e.
echo esc_attr($comment_author);
echo esc_attr($comment_extra_age);