ashishbajaj
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Requests and Feedback
In reply to: Other WordPress News errorsame here :
Getting error
RSS Error: XML error: Invalid character at line 169, column 2
Forum: Fixing WordPress
In reply to: Remove html tags from contentHi i resolved it from another post. here
we got to use get_the_content();
instead of the_content();
Forum: Fixing WordPress
In reply to: How to remove html markups included into the_content() ?use get_the_content();
instead of the_content();
Forum: Fixing WordPress
In reply to: How do you stop a hacker flood?Try to setup some captcha code in your comments.
There are plugins available to block the inflow.
Forum: Fixing WordPress
In reply to: Help with my commentsThis seems like a bigger mess. 🙂 you got to give more info to get this fixed.
Did you try to edit this theme yourself ? if thats the case try to revert to the original theme by uploading it again.
And get it done again.
Forum: Fixing WordPress
In reply to: Invalid UsernameWordPress uses MD 5 Hash. to store passwords. Did you try to convert a text to md5 string and then updating your db ?
Viewing 6 replies - 1 through 6 (of 6 total)