Wordpress Perma Link Problem

mickyfu

Banned due to many warnings
Joined
Dec 14, 2011
Messages
9,430
Reaction score
27,944
I am trying to add this -?- into a post url, and it keeps shortening it to just - does anyone know how to get round this?
 
I'm not sure about getting around that in the admin area of WordPress, but you should be able to edit the permalinks directly in the database.

But if you make the change in the database, watch to make sure it's not changed back if you edit anything on that post in the future.
 
You can use the core function add_rewrite_rule() but you need to know some wp coding/regexp stuff
 
Back
Top