<?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>Medienbeckerei Blog &#187; backlinks</title>
	<atom:link href="http://blog.medienbeckerei.de/tag/backlinks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.medienbeckerei.de</link>
	<description>IT Gedanken frisch auf den Tisch</description>
	<lastBuildDate>Thu, 12 May 2011 11:27:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Backlink Plugin</title>
		<link>http://blog.medienbeckerei.de/128/backlink-plugin/</link>
		<comments>http://blog.medienbeckerei.de/128/backlink-plugin/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 20:15:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[backlinks]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.medienbeckerei.de/?p=128</guid>
		<description><![CDATA[Für WP gibt es ja nun das Backlinks Plugin. Für die Anzeige kann man ein Widget aktivieren oder folgendes in die sidebar.php des Themes &#8220;hart reincoden&#8221;:
&#60;?php if (function_exists('backlinks')) backlinks(); ?&#62;
Falls man nicht den Standardordner für Wordpress nutzt (so wie hier angedeutet), so sollte man folgende Zeile in backlinks.php abändern:
$feed-&#62;set_cache_location($_SERVER['DOCUMENT_ROOT']
 . '/wp-content/plugins/backlinks/cache');
in
$feed-&#62;set_cache_location(dirname(__FILE__) .'/cache');
damit keine Fehlermeldung erscheint à [...]]]></description>
			<content:encoded><![CDATA[<p>Für WP gibt es ja nun das <a  href="http://blog.medienbeckerei.de/primetime/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvZXh0ZW5kL3BsdWdpbnMvYmFja2xpbmtzLw==" 0="target="_blank"">Backlinks Plugin</a>. Für die Anzeige kann man ein Widget aktivieren oder folgendes in die sidebar.php des Themes &#8220;hart reincoden&#8221;:</p>
<pre><span style="font-size: x-small;">&lt;?php if (function_exists('backlinks')) backlinks(); ?&gt;</span></pre>
<p>Falls man nicht den Standardordner für Wordpress nutzt (so wie <a  href="http://blog.medienbeckerei.de/primetime/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2Jsb2cubWVkaWVuYmVja2VyZWkuZGUvMzQvaHRhY2Nlc3MtdW5iZWRpbmd0LWFucGFzc2VuLw==" 0="target="_blank"">hier</a> angedeutet), so sollte man folgende Zeile in backlinks.php abändern:</p>
<pre><span style="font-size: x-small;">$feed-&gt;set_cache_location($_SERVER['DOCUMENT_ROOT']
 . '/wp-content/plugins/backlinks/cache');</span></pre>
<p>in</p>
<pre><span style="font-size: x-small;">$feed-&gt;set_cache_location(dirname(__FILE__) .'/cache');</span></pre>
<p>damit keine Fehlermeldung erscheint à la:</p>
<pre><span style="font-size: x-small;">Warning:./cache/filename.spc is not writeable in
 ./simplepie.inc on line 1769</span></pre>
 <img src="http://blog.medienbeckerei.de/primetime/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=128" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.medienbeckerei.de/128/backlink-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

