<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ludicrous &#187; Meta</title>
	<atom:link href="/tag/meta/feed" rel="self" type="application/rss+xml" />
	<link>https://lud.icro.us</link>
	<description></description>
	<lastBuildDate>Thu, 25 Apr 2013 01:15:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta1-23983</generator>
		<item>
		<title>WordPress Plugin: Head Meta &#8211; Add Anything to the &lt;head&gt; of a Post</title>
		<link>https://lud.icro.us/wordpress-plugin-head-meta</link>
		<comments>https://lud.icro.us/wordpress-plugin-head-meta#comments</comments>
		<pubDate>Sat, 10 Feb 2007 06:09:25 +0000</pubDate>
		<dc:creator>John Blackbourn</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">https://lud.icro.us/wordpress-plugin-head-meta/</guid>
		<description><![CDATA[Latest version: 0.2 &#8211; Released 21 March 2007 Description Ever wanted to add things such as JavaScript or meta data to the &#60;head&#62; of a page when you&#8217;re writing a post? It usually means editing the header.php file in your blog&#8217;s template, which is time-consuming and especially complex if you only want to add it [...]]]></description>
				<content:encoded><![CDATA[<span class="read_later"><script type="text/javascript"><!--
			instapaper_embed( "https://lud.icro.us/wordpress-plugin-head-meta", "WordPress Plugin: Head Meta &#8211; Add Anything to the &lt;head&gt; of a Post", "" );
		//--></script></span><p class="notice">Latest version: <strong>0.2</strong> &#8211; Released 21 March 2007</p>
<h3>Description</h3>
<p>Ever wanted to add things such as JavaScript or meta data to the <code>&lt;head&gt;</code> of a page when you&#8217;re writing a post? It usually means editing the <code>header.php</code> file in your blog&#8217;s template, which is time-consuming and especially complex if you only want to add it to certain pages or posts. This is where the <strong>Head Meta</strong> plugin comes in. It allows you to simply type your meta data or your JavaScript into a custom field and have it show up inside the <code>&lt;head&gt;</code> on your post or your page.</p>
<h3>Example</h3>
<p>On the page for my <a href="/post-twitter-updates-from-firefox/">Firefox Twitter Updater</a> I needed to insert a <code>&lt;link&gt;</code> into the head, but have it only inserted when viewing that blog entry on its own. I typed the whole <code>&lt;link&gt;</code> element into a custom field named &#8220;head-meta&#8221; and while the plugin is active the <code>&lt;link&gt;</code> shows up in the document&#8217;s <code>&lt;head&gt;</code> without having to alter anything in the template. See the screen shot below:</p>
<p class="wideimg"><img src="/imgs/head-meta-1.png" alt="Example of usage of the Head Meta plugin for WordPress" /></p>
<h3>Installation</h3>
<p>This plugin is only recommended for people who are comfortable writing HTML by hand and who know what meta data is. If you don&#8217;t know why you&#8217;d need this plugin, then you don&#8217;t need it. For those who do, download the plugin using the link at the bottom of this page, unzip it and drop the <code>head-meta</code> folder straight into your <code>wp-content/plugins</code> directory and activate the plugin from WordPress&#8217; Plugin panel.</p>
<p>Your WordPress theme must have the <code>wp_head()</code> function inside the <code>head</code> for this plugin to work. The default themes bundled with WordPress have this, and many themes you can download do too, but if this plugin doesn&#8217;t work for you please ensure this function is in the <code>head</code> of your theme.</p>
<h3>Usage</h3>
<p>Using this plugin is easy. Simply type the meta data which is to go into the <code>&lt;head&gt;</code> of your post or page into a new custom field and name the key &#8220;head-meta&#8221; (without the quotes). Take another look at the screen shot above if you&#8217;re not entirely sure.</p>
<h3>Download</h3>
<p class="download"><a href="/wp-plugins/wp-head-meta-0.2.zip">ZIP file</a> from lud.icro.us</p>
<h3>More Details</h3>
<p>The meta data will only show up in the <code>&lt;head&gt;</code> of your document when viewing the post or page on its own (ie. at the post&#8217;s permalink). It will not show up, for example, on the front page of your blog even when the post concerned is visible on the front page. This is because my particular needs were that I only wanted the meta data to show up when viewing the post on its own.</p>
<p>Any comments, questions, queries, suggestions, complaints, etc, please leave a comment below!</p>
]]></content:encoded>
			<wfw:commentRss>https://lud.icro.us/wordpress-plugin-head-meta/feed</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
	</channel>
</rss>
