How to fix the rel=”category tag” in WordPress to allow W3C validation

21 Jul 2012 By Code Snippets 8 Comments 3068 views
21
Jul

This code snippet will present you with a solution for the rel=”category tag” tag found in the WordPress core that does not pass the HTML5 beta validation service.

Create a Custom WordPress Comments Form Validation Plugin

13 May 2012 By Articles 2 Comments 2664 views
13
May

Validating our WordPress comments form using jQuery is a great way to ensure a one click form submission and a greater user experience for our post contributor.