I am trying to save my page with permalink “360” but for some reason WP keeps updating the permalink to “360-2”. I have checked everywhere in my WP and there is no page or post that uses permalink “360”. Is 360 a permalink for something internal? If not, what is the problem?

3 Answers
3

The problem comes with using only numbers as URLs. Here is a forum thread in WP that discuss this issue. I’ll cite Otto:

WordPress 2.3 and up does not allow the post or page slugs to be all
numeric. This is because that URL scheme will conflict with multi-page
posts.

There is no fix. Change them to something else.

Alternatively, a plugin exists to allow this, if you give up on
multi-page posting:
http://wordpress.org/extend/plugins/allow-numeric-stubs/

More info here: http://trac.wordpress.org/ticket/5305

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *