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)
Screenshots
Installation
How to install the plugin and get it working.
- Upload
(x)html-easy-validator
folder to the/wp-content/plugins/
directory - 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
FAQ
…
Reviews
There are no reviews for this plugin.
Contributors & Developers
“(x)html easy validator” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “(x)html easy validator” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
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