Matt Dunlap
Member
Posted 1 year ago #
I'm trying to validate my code with IE. There is a problem with the way that wp_list_categories is creating links.
Error:
Bad value http://mattdunlap.org/./website-development for attribute href on element a: NON_INITIAL_DOT_SEGMENT in PATH.
if you view my page source all my navigation links have the dot. How do I remove it?
http://mattdunlap.org/
I can't see any malformed urls. Did you fix this?
Matt Dunlap
Member
Posted 1 year ago #
Thanks for looking esmi...
While I was replying to you this morning, I found the issue.
In my permalinks, I have the category base set to "." to remove the "category" from the url.
hmmm... I want to keep category out of the url, but I also want to validate. I guess I'll add something to the function.php file to fix the wp_list_category problem with "." as category base.