Please Help Me!!! This Should Be a Easy Fix For Someone That is Very Good With WordPress

by 8 replies
10
Hello,

I need some major help, because I am getting a headache trying to figure out my wordpress problem..

I am using Absolum 1.1.1 by Theme4Press

Now, Every time I make a post it automatically puts in this crazy code of
&<<em>strong>nbsp; or <<em>strong> .. I delete it and it comes back when I view the page. Its very very annoying, and it keeps showing up... How do I get rid of it permanently?

I am a newbie on Wordpress, but I have built another blog with a different theme and had no problems like this. So I am guessing it has to do with something with the theme I am using..

Can somebody please help me?? I would greatly appreciate it!!!

Thanks,

Jwest
#programming #easy #fix #good #wordpress
  • You should try to find this string in one of the theme files (maybe in single.php)
    • [ 1 ] Thanks
  • Is the text appearing the page editor after you have deleted it?
    • [ 1 ] Thanks
  • That's possible that some function in custom_functions of theme adds this code. Have a look at functions.php file of your theme.
    • [ 1 ] Thanks
    • [1] reply
    • It's also possible that one of your plugins is auto-inserting these. Without knowing whether it's hard-coded into single.php, what your functions.php contains, or what plugins you have, it can be any one of these things.
      • [ 1 ] Thanks
      • [1] reply
  • sounds to me like a content filter applied to a publish post action hook, especially if it is being actually added to your post rather than just the viewing of the post. I would try disabling some plugins to narrow it down.
    you could switch themes as a test and see if it still occurs. once you've found out which plugin or theme it is go from there.
    • [ 1 ] Thanks

Next Topics on Trending Feed