Due to changes in the postmeta API, my HeadMeta plugin had a compatibility problem with some recent versions of WordPress. The problem appeared when there was only one postmeta value (either a ‘head_meta’ or ‘head_link’ entry) associated with a post. If you had multiple entries, or used the ‘keywords’ shortcut, the problem did not appear.
HeadMeta 1.4 fixes this problem, and also adds a ‘description’ shortcut for generating a description <meta> tag. It also fixes a bug which would generate an empty ‘keywords’ <meta> tag, even when no keyword metadata was associated with the post.
If you aren’t already familiar with HeadMeta, it’s a simple plugin which allows you to add <meta> and <link> tags to the <head> segment of individual posts or pages, usually for SEO purposes. There are other plugins which do much more, but this one is small, and doesn’t try to get terribly complicated. All data is managed via the ‘Custom Fields’ section of the post/page editing screen in WordPress.
Download HeadMeta from WordPress Extend.
HeadMeta 1.4Related posts:
- My first WordPress plugin: HeadMeta
" Mark Pilgrim was in the #wordpress IRC channel earlier, asking if there was some way to add <link> and <meta> tags to the <head>..." - HeadMeta Update
" Prompted by some recent comments, I have made a minor update to my HeadMeta Plugin. There are now links to the color-coded PHP source,..." - Plugin Pages
"I have finally gotten around to adding proper pages on this site to provide information about my WordPress plugins. It’s still a work-in-progress, but it’s..." - PostMeta
" Over the past few weeks, I’ve been working on-and-off on the Post-Meta feature for WordPress that I mentioned previously. I finally got it to..." - My Favorite WordPress Plugins
" One of the coolest things about WordPress is the powerful Plugin API which allows us to create add-ons which can radically extend the basic..."














One Comment
I was not familiar with HeadMeta but now I can understand it. Many thanks