• paullee357

    (@paullee357)


    My client is creating post titles that contain an apostrophe. It’s hard to avoid because his restaurant name includes ” … Joe’s ” The slug that is created is now retaining the apostrophe in the URL. This creates a server error when opening that post. I am manually having to go behind him and deleting the apostrophe in quick edit.

    What’s strange is that previous posts in an earlier version (2.7 or 2.8 – I can’t remember, we are on 2.9 now) automatically deleted the apostrophe along with other bad characters such as exclamation marks.

    Example:
    – Before the upgrade:
    – – Title= Contest at Holy Joe’s Today!
    – – Slug= http://domain.com/wp/contest-at-holy-joes-today
    – After the upgrade:
    – – Title= Contest at Holy Joe’s Today!
    – – Slug= http://domain.com/wp/contest-at-holy-joe’s-today

Viewing 2 replies - 1 through 2 (of 2 total)
  • esmi

    (@esmi)

    Have you tried:

    – deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems?

    resetting the plugins folder by FTP or phpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter paullee357

    (@paullee357)

    I’m starting to think it is a coincidence with the upgrade and I think it has more to do with a Smart Apostrophe bug when the Title becomes sanitized to create the permalink.

    Only because the client started taking over the postings after me and I need to verify how the apostrophes are being inserted. I need to see if the apostrophes are being converted to smart apostrophe in Word or some other word processing tool and then copy/pasted into the post title

    http://core.trac.wordpress.org/ticket/9591

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Apostrophe in title no longer deleted in slug’ is closed to new replies.