Plugin info

Total downloads: 5,449
Active installs: 20
Total reviews: 1
Average rating: 4
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 8/30/2011 (5237 days ago)
Added to WordPress: 8/27/2011 (14 years old)
Minimum WordPress version: f
Tested up to WordPress version: 3.2.1
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5237 days ago • 1 reviews

22/100

Is (x)html easy validator abandoned?

Possibly abandoned (last update 5237 days ago).

Compatibility

Requires WordPress: f
Tested up to: 3.2.1
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

W3C validation auto check
Rating 4.0/5 (1 reviews)Active installs 80

Description

Check the doctype validity using W3c validator (html , xhtml , … ) when creating or updating page / post / custom post type and show the result in backend
It show the result in back-end in sortable column, a link is add to the w3c for all file to help you to correct html error.

Very easy to see if a post / page is valid or not.

This plugin can check the W3C validity of your page / post or custom post type even if the site is not accessible from the Internet (if you work on local system for example)

Installation

How to install the plugin and get it working.

  1. Upload (x)html-easy-validator folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

you are done

now go the list of your post / page / custom post type in the WP back-end

Frequently Asked Questions

Review feed

No reviews available

Screenshots

  1. <p>This screenshot show how validation is display in the backend of wordpress and how is simple to see where validation problem are.
As you can see, result are sortable
Each result is a link to the w3c validator of your page /post ....
    you'll can use it to go the the full page of w3c validator and correct your code</p>

    This screenshot show how validation is display in the backend of wordpress and how is simple to see where validation problem are. As you can see, result are sortable Each result is a link to the w3c validator of your page /post .... you'll can use it to go the the full page of w3c validator and correct your code

  2. <p>Settings give the capability to:</p>

<ul>
<li>Check W3C validity either your website is in local network</li></ul>

    Settings give the capability to:

    • Check W3C validity either your website is in local network

Changelog

0.4

  • Second public release

    • ADD offline validation
    • ADD setings menu
    • ADD settings link from plugin pannel activation
    • ADD direct input for manual validation in setting menu

    • FIX admin pannel detection

    • Change color of warnings

0.3

  • First public release
    • Detect is post/page is private or protect
    • Fix custom post type detection bug

0.2

  • Second private release
    • Replace Curl by get_headers
    • Fix custom post type validation bug

0.1

  • First private release
    • Based on Curl only
    • Work on page / post and all custom post type not built-in
    • Show result in sortable columns
    • Full and Clean uninstall