Anyone who knows how to fix this XHTML validation?
-
https://validator.w3.org/check?uri=http%3A%2F%2Fmatwolf.com%2F%3Fpage_id%3D2
I went in to edit the code so my ‘pages’ are all left aligned and now I get an error when validating.
It’s the “pages” part that’s screwed up. Here is the code:
<li id="pages"><?php wp_list_pages('title_li=<h2>Pages</h2>'); ?> </li> <?php get_links_list(); ?> <li id="categories"><span class="sidetitle" ><?php _e('Categories'); ?></span> <ul> <?php wp_list_cats(); ?> </ul> </li>
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Anyone who knows how to fix this XHTML validation?’ is closed to new replies.