&#39 and quote problem in tags

Discussion in 'WordPress' started by lapidus, Feb 7, 2016.

  1. #1
    Hello folks

    I am facing with this problem. When i want to post tags on my website from admin panel i see this : &#39 or quot,quote.

    Then i always must go to tags and erase this things. Can somebody explain me what i must to do that not appear anymore? Please need guide step by step,not only short explanation.

    Sincerely
     
    lapidus, Feb 7, 2016 IP
  2. Connor Harrison

    Connor Harrison Member

    Messages:
    59
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    43
    #2
    This should work

    NSString *strTe=[strippedString
    stringByReplacingOccurrencesOfString: @&#39 ;" withString: @""];
     
    Connor Harrison, Feb 9, 2016 IP
  3. lapidus

    lapidus Well-Known Member

    Messages:
    396
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    128
    #3
    Thank you Connor! Can you tell me where i must implement that? In which file?
     
    lapidus, Feb 9, 2016 IP
  4. Connor Harrison

    Connor Harrison Member

    Messages:
    59
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    43
    #4
    That coding has to be done in the developer's end. To make changes in the CSS/HTML part, this thread might provide you the details:
    https://www.w3.org/International/questions/qa-escapes
     
    Connor Harrison, Feb 10, 2016 IP