이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WordPress Fix HTML5 Validation

설명

This plugin fixes current HTML syntax errors raised due to how WordPress
currently returns some links with rel=”category tag”.

Hopefully this plugin is temporary and WordPress will fix this problem.

At present it looks doubtful this will be fixed.

You can read more about this problem by
[Searching WordPress for related discussions](https://www.google.com/search?q=”site:wordpress.org”+”category tag”+”rel”+”validation error”)…

Especially WordPress Ticket #22095
talks about what has been fixed (2 problems) and what has been
deferred indefinitely (1 problem).

Like This Plugin?

This plugin is provided for free.

If you like using it + like to say thanks…

Buy a copy of my “Beautiful Business” Kindle Book and
post an Amazon Review of what you enjoyed most.

Why This Plugin is Essential

The following is purely my opinion about this matter.

In most cases, your best option when having Web development work done is to make your
payment contingent on the following checklist… meaning you only pay
for your Web development after all checklist items are 100% met. No exceptions.

Some diehards in the audience may say Validator code lags standards. True. And
I’d prefer adhering to the current Validator code rather than constantly
trying to determine which errors and warnings are acceptable and which are real.

Your Web development checklist:

  • W3C HTML Validator – 100% clean HTML syntax validation. Zero errors.
    Zero warnings. No exceptions, save one. The single exception is one warning,
    which the validator currently emits if you use an HTML5 Doctype ().
  • W3C CSS Validator – 100% clean CSS syntax validation. Zero errors.
    Zero warnings. No exceptions.
  • Web Page Test – A score in ever category. No exceptions, save one. Do yourself
    a favor and skip using a CDN, unless you’re serving huge video files off your site.
    Even then, unless your CDN supports true streaming (meaning you can move the scrubber
    bar and the video playback position tracks + changes correctly) you’re better off hiring
    some to correctly tool your site. Follow this checklist and a CDN will rarely give you
    any measurable speed increase.
  • Google PageSpeed – 100 out of 100 PageSpeed Score.
    In other words, all tests pass. No exceptions.

Having “No exceptions” in each case will also require you use a Hosting Company run by
Wicked Smart Uber Geeks. I’ve yet to find any company who can tune up a Web server to
run as fast as I tune mine, so I run my own “Iron” (servers which I admin personally).

This said, you may have some exceptions. You’ll have to determine which are acceptable for you.

For me, “No exceptions” is mandatory.

Enough rambling.

설치

This section describes how to install the plugin and get it working.

Best to just install through the WordPress admin panel.

Please note: If you’re using any plugin that caches content, you must navigate to
your cache plugin settings and hit “Flush Cache”. Otherwise rel=”category tag” will
be returned for every cached page, until each page expires (exceeds your cache timeout).

If you’re using a front-end caching system like Varnish, best just flush all content.
If you’re savvy enough to be running Varnish, you’ll understand how to do this.

You can also manually install this plugin, via the normal…

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php do_action('plugin_name_hook'); ?> in your templates

FAQ

Have a question?

Post it under the Support Tab + I’ll add it to the FAQ along with my answer.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“WordPress Fix HTML5 Validation”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WordPress Fix HTML5 Validation”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0 – Initial Release