Title: Validation Error
Last modified: August 18, 2016

---

# Validation Error

 *  [bk](https://wordpress.org/support/users/bk/)
 * (@bk)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/validation-error-1-2/)
 * [http://xeenat.com/archives](http://xeenat.com/archives)
 * Erm, tried almost everything. Still can’t fix it. >.<
    Help please…

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

 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/validation-error-1-2/#post-237181)
 * Close the `<p>` before opening the `<ul>`
 * That should do the trick
 *  Thread Starter [bk](https://wordpress.org/support/users/bk/)
 * (@bk)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/validation-error-1-2/#post-237287)
 * Check [this](http://validator.w3.org/check?uri=http%3A%2F%2Fwww.xeenat.com%2Farchives)
   now.
 * The problem lies in the plugin that I am using for monthly archives. If you want,
   I can post the code here…
 *  [Lorelle](https://wordpress.org/support/users/lorelle/)
 * (@lorelle)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/validation-error-1-2/#post-237296)
 * No to code. We can see it on your site.
 * `<h3 class="pagetitles"><strong>Live Archives</strong></h3>
    <p><!-- begin php--
   ><br /> <div id="af-ela"></div> <!-- end php --></p>
 * Change it to:
 * `<h3 class="pagetitles"><strong>Live Archives</strong></h3>
    <p><!-- begin php--
   ></p> <div id="af-ela"></div> <!-- end php -->
 * If you need a paragraph tag within the DIV then add an open and closed tag.
 * Change this in your `sidebar.php` template file.
 *  Thread Starter [bk](https://wordpress.org/support/users/bk/)
 * (@bk)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/validation-error-1-2/#post-237503)
 * Ugh, some new type of error. Could you please [check](http://validator.w3.org/check?uri=http%3A%2F%2Fwww.xeenat.com%2Farchives)
   again?
 * Thank you.
 *  [Les Bessant](https://wordpress.org/support/users/lesbessant/)
 * (@lesbessant)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/validation-error-1-2/#post-237512)
 * The only error showing is the one Lorelle gave the fix for above…
 *  Thread Starter [bk](https://wordpress.org/support/users/bk/)
 * (@bk)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/validation-error-1-2/#post-237538)
 * I am sorry Lorelle but could you please shed some more light on this? I don’t
   know how to fix it. This is what I am entering in my Archive page in WP.
 * `
    <h3 class="pagetitles"><strong>Live Archives</strong></h3> <phpcode> <?php
   af_ela_super_archive(); ?> </phpcode>
 * I tried tried putting `<"p">` beside `<phpcode>` but then the plugin won’t show
   up.
 * Ignore the errors for now, I guess.
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/validation-error-1-2/#post-237542)
 * You need to change some of the code in the actual plugin.
    As Lorelle has said,
   you need to find this: ` <p><!-- begin php --><br />` and change it to ` <p><!--
   begin php --></p>` but look in the plugin code.
 *  Thread Starter [bk](https://wordpress.org/support/users/bk/)
 * (@bk)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/validation-error-1-2/#post-237548)
 * Okay. The plugin that I was using that allowed me to use PHP had some problems.
   So I had to switch it to another one. The page is valid now.
 * Cheers.

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

The topic ‘Validation Error’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 8 replies
 * 4 participants
 * Last reply from: [bk](https://wordpress.org/support/users/bk/)
 * Last activity: [20 years, 10 months ago](https://wordpress.org/support/topic/validation-error-1-2/#post-237548)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
