Several of the description fields in WordPress will strip any HTML entered into them. You can preserve them with a little work, though. User Descriptions The biography field on the user profile page accepts a limited number of HTML tags — the same ones allowed in comments. If you … [Read more...] about preserving HTML
Metadata
using shortcodes everywhere
Read this in Spanish | Leer esta en Español Read this in Turkish | Türkçe bunu okuyun At the moment, shortcodes in WordPress are processed only in post/page content. You can use them in lots of other places, though, if you enable them for each field you want. Here's how to use … [Read more...] about using shortcodes everywhere
Take control of your excerpts
Here are three short functions you can add to your theme's functions.php file to change the way excerpts work on your site. When you use the_excerpt() in a theme file, WordPress will first use the contents of the Excerpt field from your Post→Edit screen. If it's empty, … [Read more...] about Take control of your excerpts
Using categories and tags as meta keywords
Your categories and keywords are valuable bits of metadata, but WordPress doesn't use them in its meta tags. Even the popular All in One SEO Pack plugin uses only categories, not tags. … [Read more...] about Using categories and tags as meta keywords