• Resolved majesticnet

    (@majesticnet)


    I am having issues with a \ being added in wherever there is a ‘ or ” in my post title. I believe it has something to do with magic_quotes. I do not believe that it is wordpress since some of my pages have ‘s in them and it does not add the \. Can anyone help me in getting rid of these?

    https://wordpress.org/plugins/geo-my-wp/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eyal Fitoussi

    (@ninjew)

    Hello,
    Below is a solution from another user who had the same issue as yours:

    $title = stripslashes_deep( get_the_title() );
    echo $title;

    try replacing that with the get_title in the results template file that you are using.

    Will you be including the fix in an upcoming update?

    Plugin Author Eyal Fitoussi

    (@ninjew)

    Hi Scott,
    The issue above usually related to a theme and not the plugin and you can easily fix it by replacing a line of code. I can guid you how to do so if you are comfortable with code?
    Anyway, I will look into adding a solution to the next update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘backslashes’ is closed to new replies.