I’m using domain names as category.
For instance I have category name google.com
But wordpress converts dot with hyphen in permalinks.
Can someone tell me how to allow dot in category permalink?
I’m using domain names as category.
For instance I have category name google.com
But wordpress converts dot with hyphen in permalinks.
Can someone tell me how to allow dot in category permalink?
Comments are closed.
Well in case you need to change look of generated permalinks take a look to sanitize_title_with_dashes function which is one of filters of the sanitize_title hook filters.
If that only one request for this filter (avoid replacing .) you can copy/paste this function with a same name and remove original reference and add new.