wp_get_archives() fails w3c HTML5 validation
-
In the <head> section:
<?php wp_get_archives('type=monthly&format=link'); ?>
Leads to tons of:
Bad value archives for attribute rel on element link: The string archives is not a registered keyword.
<link rel=’archives’ title=’january 2015′ href=’https://127.0.0.1/foo/2015/01/’ />How to fix it other than removing the function?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wp_get_archives() fails w3c HTML5 validation’ is closed to new replies.