Jump to content
Sign in to follow this  
queezy

How to hide under Comment Form "You may use these HTML tags..."

Recommended Posts

Simon
http://wordpress.org/support/topic/remove-you-may-use-these-html-tags-and-attributes

Share this post


Link to post
Share on other sites
queezy
Following the suggestions in pross's link: In WP comment.php I couldn't find "", nor could I find it in Pageline Theme comments.php. I added the codes suggested on the link to function.php and got fatal errors when I reloaded. Sorry, I'm not an advanced user. Can you try to explain how to change the comment footer in Pagelines comments specifically? Thank you.

Share this post


Link to post
Share on other sites
Rob
The easiest, best and most efficient way to deal with the comment form.... Download and install Disqus. It works great, looks better, and is easier to handle.

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
queezy
Disqus looks like a great tool but it's more than what I want at the moment. It could very well be something I will install later as hopefully my readership grows. Is there a simple CSS code I can use to override the element? When I used firebug to remove the text in the preview I then added the modified code to Pageline Custom CSS but it did not take effect:

. If a comment.php or function.php must be modified it would help if I had a folder name as well. I'm learning there are multiple function.php and comment/s.php, enough to lead me into real trouble. I found out by blowing up my site yesterday when I tried to modify phps in the thread from the link above. Thanks y'all for your help.

Share this post


Link to post
Share on other sites
kastelic
If you're looking for the CSS way to hide this, put this in Custom Code -> Custom CSS: [code] .form-allowed-tags{display:none !important} [/code]

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×