Sunday, 2 June 2013

Add #/ before permalinks

Add #/ before permalinks

I want to customize the structure of my wordpress permalinks slightly beyond what's offered by default. I want to add #/ before the /%postname%/, so that instead of current permalinks:
http://www.mybusinesssite.com/about/thecompany
I get this:
http://www.mybusinesssite.com/#/about/thecompany
How can this be done via php back-end (not with JavaScript)?

No comments:

Post a Comment