<?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>/proc/sys/net/blog &#187; theme fix</title>
	<atom:link href="http://momotonic.com/category/theme-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://momotonic.com</link>
	<description>rants, tutorials and documents about everything server related</description>
	<lastBuildDate>Tue, 14 Jul 2009 15:55:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Last.fm Records with Absynthe theme (latest version breaks it)</title>
		<link>http://momotonic.com/2009/07/14/last-fm-records-with-absynthe-theme-latest-version-breaks-it/</link>
		<comments>http://momotonic.com/2009/07/14/last-fm-records-with-absynthe-theme-latest-version-breaks-it/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 15:52:22 +0000</pubDate>
		<dc:creator>Mo</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[theme fix]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[absynthe theme]]></category>
		<category><![CDATA[broken last.fm plugin]]></category>

		<guid isPermaLink="false">http://momotonic.com/?p=50</guid>
		<description><![CDATA[Hey everyone.
So my Last.fm records plugin that is built-in or implemented with this amazing theme broke after I upgraded it, so I checked and it seems the whole plugin is now using jQuery.  I have had to do some modifications to make it work, I hope this helps.
FIrst, you need to add this in [...]]]></description>
			<content:encoded><![CDATA[<p>Hey everyone.</p>
<p>So my Last.fm records plugin that is built-in or implemented with this amazing theme broke after I upgraded it, so I checked and it seems the whole plugin is now using jQuery.  I have had to do some modifications to make it work, I hope this helps.</p>
<p>FIrst, you need to add this in your <code>wp-content/themes/absynthe/header.php</code> right after <code>&lt;![endif]--></code>.</p>
<p><code>&lt;script type='text/javascript' src='/wp-includes/js/jquery/jquery.js'>&lt;/script></code></p>
<p>After that, you need to edit <code>wp-content/themes/absynthe/footer.php</code> and replace this:</p>
<p><code><?php<br />
	if (function_exists('lastfmrecords_display')) {<br />
		lastfmrecords_display();<br />
	}<br />
?></code></p>
<p>By this:</p>
<p><code>&lt;div id="lastfmrecords">&lt;/div></code></p>
<p>Once you&#8217;ve made those changes, go to Settings > Last.fm Records, make sure that the CSS is disabled else it won&#8217;t look pretty and make sure the placeholder is set to &#8220;lastfmrecords&#8221;.</p>
<p>Enjoy <img src='http://momotonic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I will let the developer of this theme know so he can fix this too.</p>
]]></content:encoded>
			<wfw:commentRss>http://momotonic.com/2009/07/14/last-fm-records-with-absynthe-theme-latest-version-breaks-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
