Title: problems validating xhtml
Last modified: August 18, 2016

---

# problems validating xhtml

 *  [lemondsgn](https://wordpress.org/support/users/lemondsgn/)
 * (@lemondsgn)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/problems-validating-xhtml/)
 * when i try to validate the xhtml
 * it give-me some errors like this:
 * ..ut.com”>Home<li class=”page_item”>
 * and when i see the code in the browser it appears this:
 * <li class=”current_page_item” > [Home](http://www.site.com)<li class=”page_item”
   >
 * The logical error is a missing
 * but in the php file the code related to this is:
    - <?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’); ?>
 * The error must be here.
    Could someone help me? I would appreciate you efforts.
   Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Jonathan Landrum](https://wordpress.org/support/users/jonlandrum/)
 * (@jonlandrum)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/problems-validating-xhtml/#post-580274)
 * Well, you didn’t close the first `<li>`.
 * >  `<li <?php if(is_home()) { echo 'class="current_page_item"';} ?> > ">Home<?
   > php`
 * After “Home” you should have a `</li>` before the call to wp_list_pages.
 *  Thread Starter [lemondsgn](https://wordpress.org/support/users/lemondsgn/)
 * (@lemondsgn)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/problems-validating-xhtml/#post-580277)
 * thanks jonlandrum
 *  [Jonathan Landrum](https://wordpress.org/support/users/jonlandrum/)
 * (@jonlandrum)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/problems-validating-xhtml/#post-580345)
 * Any time.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘problems validating xhtml’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [Jonathan Landrum](https://wordpress.org/support/users/jonlandrum/)
 * Last activity: [18 years, 11 months ago](https://wordpress.org/support/topic/problems-validating-xhtml/#post-580345)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
