Category Archives: Wordpress

wordpress

PHP – Start create a plugin for WordPress.

A plugin can add new features to any part of your website, including the WP-Admin-Panel. You can change the default behavior of WordPress, or remove the functionality/functions completely. Plugins allow you to customize the WordPress site without touch your actual WordPress code. WordPress plugins are standalone, they do not physically alter any of the WordPress… Read More »

Fix error wordpress 3.5 “Bad value category tag for attribute rel…”

The WordPress 3.5 release can give you this error: Bad value category tag for attribute rel… The error is given by W3C Validator. The error can be fixed with these changes: editing file wp-includes/category-template.php Goto line 163 in your category template (wp-includes/category-template.php) file and change this line of source code.

and remove the category… Read More »