Link code in wp_footer – HTML5
-
Nextend puts the following stylesheet link in wp_footer:
<link rel=”stylesheet” href=”https://website.domainname.com/wp-content/cache/css/static/b51a7e27a30519971dae11e8b78a37f5.css” type=”text/css” />
Shouldn’t link tags be in <head>?
As far as I can see, the easist fix is have Nextend put the code in wp_header, not footer. Or just ignore the validation error ??
Edit: https://stackoverflow.com/questions/18549726/element-link-is-missing-required-attribute-property
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Link code in wp_footer – HTML5’ is closed to new replies.