<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentarer til: Javascript and CSS options in WordPress</title>
	<atom:link href="http://huuah.com/javascript-and-css-options-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://huuah.com/javascript-and-css-options-in-wordpress/</link>
	<description>webdevelopment, cms, php, javascript etc</description>
	<lastBuildDate>Fri, 27 Aug 2010 14:23:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Af: js - huuah</title>
		<link>http://huuah.com/javascript-and-css-options-in-wordpress/comment-page-1/#comment-284</link>
		<dc:creator>js - huuah</dc:creator>
		<pubDate>Sun, 28 Mar 2010 14:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://huuah.com/?p=120#comment-284</guid>
		<description>Version 1.4 is now uploaded to wordpress.org incl. the _-fix mentioned in comment #5</description>
		<content:encoded><![CDATA[<p>Version 1.4 is now uploaded to wordpress.org incl. the _-fix mentioned in comment #5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Af: Kent</title>
		<link>http://huuah.com/javascript-and-css-options-in-wordpress/comment-page-1/#comment-216</link>
		<dc:creator>Kent</dc:creator>
		<pubDate>Wed, 09 Dec 2009 00:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://huuah.com/?p=120#comment-216</guid>
		<description>According to this article [ http://codex.wordpress.org/Function_Reference/add_post_meta ], it seems appropriate to prefix the post-meta keys with an underscore so they don&#039;t show up in the Custom Fields box.  Currently they are duplicated in the admin UI and I&#039;m not sure which field takes precedence.</description>
		<content:encoded><![CDATA[<p>According to this article [ <a href="http://codex.wordpress.org/Function_Reference/add_post_meta" rel="nofollow">http://codex.wordpress.org/Function_Reference/add_post_meta</a> ], it seems appropriate to prefix the post-meta keys with an underscore so they don&#8217;t show up in the Custom Fields box.  Currently they are duplicated in the admin UI and I&#8217;m not sure which field takes precedence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Af: js - huuah</title>
		<link>http://huuah.com/javascript-and-css-options-in-wordpress/comment-page-1/#comment-133</link>
		<dc:creator>js - huuah</dc:creator>
		<pubDate>Thu, 22 Oct 2009 15:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://huuah.com/?p=120#comment-133</guid>
		<description>I have just upgraded my Wordpress to 2.8.5 and I can not reproduce the error with raw php output.
You are welcome to email me some further details about the problem. Can I see the problem somewhere? What php code have you inserted in your template?</description>
		<content:encoded><![CDATA[<p>I have just upgraded my WordPress to 2.8.5 and I can not reproduce the error with raw php output.<br />
You are welcome to email me some further details about the problem. Can I see the problem somewhere? What php code have you inserted in your template?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Af: Nathanael Jones</title>
		<link>http://huuah.com/javascript-and-css-options-in-wordpress/comment-page-1/#comment-124</link>
		<dc:creator>Nathanael Jones</dc:creator>
		<pubDate>Wed, 21 Oct 2009 12:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://huuah.com/?p=120#comment-124</guid>
		<description>Hey... Great idea - this is what I&#039;ve been looking for... but
Running into a big problem... When I enable this plugin with wordpress 2.8.5, I get raw php code at the top of each page, even in the admin interface.</description>
		<content:encoded><![CDATA[<p>Hey&#8230; Great idea &#8211; this is what I&#8217;ve been looking for&#8230; but<br />
Running into a big problem&#8230; When I enable this plugin with wordpress 2.8.5, I get raw php code at the top of each page, even in the admin interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Af: js - huuah</title>
		<link>http://huuah.com/javascript-and-css-options-in-wordpress/comment-page-1/#comment-41</link>
		<dc:creator>js - huuah</dc:creator>
		<pubDate>Sat, 19 Sep 2009 07:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://huuah.com/?p=120#comment-41</guid>
		<description>The wp_head() call should be inserted in the header.php just before the &lt;/head&gt;-tag.

Something like this:

header.php
&lt;code&gt;
...
&lt;head&gt;
...
&lt;?php wp_head(); ?&gt;
&lt;/head&gt;
...
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>The wp_head() call should be inserted in the header.php just before the &lt;/head&gt;-tag.</p>
<p>Something like this:</p>
<p>header.php<br />
<code><br />
...<br />
&lt;head&gt;<br />
...<br />
&lt;?php wp_head(); ?&gt;<br />
&lt;/head&gt;<br />
...<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Af: Kirk Ward</title>
		<link>http://huuah.com/javascript-and-css-options-in-wordpress/comment-page-1/#comment-40</link>
		<dc:creator>Kirk Ward</dc:creator>
		<pubDate>Sat, 19 Sep 2009 00:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://huuah.com/?p=120#comment-40</guid>
		<description>Was reading you page and it said put the wp_head call in my template.  Where?

Thanks,
KW</description>
		<content:encoded><![CDATA[<p>Was reading you page and it said put the wp_head call in my template.  Where?</p>
<p>Thanks,<br />
KW</p>
]]></content:encoded>
	</item>
</channel>
</rss>
