<?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>Praxiswissen WordPress &#187; Konfiguration</title>
	<atom:link href="http://limone.de/wpblog/category/konfiguration/feed/" rel="self" type="application/rss+xml" />
	<link>http://limone.de/wpblog</link>
	<description>Das Blog zum Buch</description>
	<lastBuildDate>Sat, 17 Mar 2012 14:02:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Update-Meldung im Dashboard ausblenden</title>
		<link>http://limone.de/wpblog/2011/02/26/update-meldung-im-dashboard-ausblenden/</link>
		<comments>http://limone.de/wpblog/2011/02/26/update-meldung-im-dashboard-ausblenden/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 14:43:03 +0000</pubDate>
		<dc:creator>Olivia Adler</dc:creator>
				<category><![CDATA[Konfiguration]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://limone.de/wpblog/?p=72</guid>
		<description><![CDATA[Immer wenn eine neue Version von WordPress verfügbar ist, erscheint im Dashboard ein unübersehbarer gelber Hinweis. Im Prinzip gut und richtig, denn man sollte ja aktualisieren. Nur dauert das manchmal etwas länger: Eine sehr individuelle Installation mit Plugins könnte nach dem Update nicht mehr lauffähig sein, man will erst beobachten, welche Erfahrungen andere mit der [...]]]></description>
			<content:encoded><![CDATA[<p>Immer wenn eine neue Version von WordPress verfügbar ist, erscheint im Dashboard ein unübersehbarer gelber Hinweis. Im Prinzip gut und richtig, denn man sollte ja aktualisieren.</p>
<p>Nur dauert das manchmal etwas länger: Eine sehr individuelle Installation mit Plugins könnte nach dem Update nicht mehr lauffähig sein, man will erst beobachten, welche Erfahrungen andere mit der neuen Version machen etc.</p>
<p>Wer WordPress bei Kunden einsetzt, die selbst keine Updates machen sollen und/oder können, wird diese Meldung dann vielleicht ausblenden wollen. Das geht am einfachsten mit einem kleinen Hack.</p>
<p>Dazu in der Datei <em>functions.php</em> des für die Site aktiven Themes folgende Zeilen innerhalb des Bereichs &lt;?php ?&gt; einfügen:</p>
<pre>function abc_DeleteUpdateMsg() {
  remove_action('admin_notices', 'update_nag', 3);
}
add_action('admin_menu', 'abc_DeleteUpdateMsg');
</pre>
<p>Statt &#8220;abc&#8221; ein beliebiges individuelles Kürzel wählen. <a href="http://www.guru-20.info/2011/02/04/die-update-meldung-im-wordpress-dashboard-ausblenden/">Der Guru</a> wählt &#8220;guru20&#8243;.</p>
<p>Quelle: <a href="http://www.guru-20.info/2011/02/04/die-update-meldung-im-wordpress-dashboard-ausblenden/">Guru 2.0 &gt; 3.0 Blog</a></p>
<blockquote><p>Tipp: Im <a href="http://www.guru-20.info/">Guru 2.0 &gt; 3.0 Blog</a> gibt es noch viele weitere nützliche Tipps nicht nur für WordPress, z. B. wie man den <a href="http://www.guru-20.info/2011/02/26/das-login-fenster-von-wordpress-umgestalten/#more-5778">Anmeldebildschirm individuell gestalten kann</a>. Am besten gleich <a href="http://www.guru-20.info/feed">abonnieren</a>.</p></blockquote>
<hr /><small>Copyright &copy; limone.de 2009<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  e2e8c6368a7a9a59ae63ca1ec8e8f728)</small>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://limone.de/wpblog/2011/02/26/update-meldung-im-dashboard-ausblenden/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Update-Meldung+im+Dashboard+ausblenden+-+http://tinyurl.com/4bdbc98&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://limone.de/wpblog/2011/02/26/update-meldung-im-dashboard-ausblenden/&amp;t=Update-Meldung+im+Dashboard+ausblenden" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://limone.de/wpblog/2011/02/26/update-meldung-im-dashboard-ausblenden/&amp;title=Update-Meldung+im+Dashboard+ausblenden" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Update-Meldung+im+Dashboard+ausblenden&amp;link=http://limone.de/wpblog/2011/02/26/update-meldung-im-dashboard-ausblenden/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://limone.de/wpblog/2011/02/26/update-meldung-im-dashboard-ausblenden/&amp;n=Update-Meldung+im+Dashboard+ausblenden&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.de/addurl/?bm_url=http://limone.de/wpblog/2011/02/26/update-meldung-im-dashboard-ausblenden/&amp;bm_description=Update-Meldung+im+Dashboard+ausblenden&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://limone.de/wpblog/2011/02/26/update-meldung-im-dashboard-ausblenden/&amp;title=Update-Meldung+im+Dashboard+ausblenden" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://limone.de/wpblog/2011/02/26/update-meldung-im-dashboard-ausblenden/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Update-Meldung%20im%20Dashboard%20ausblenden%22&amp;body=Link: http://limone.de/wpblog/2011/02/26/update-meldung-im-dashboard-ausblenden/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Immer%20wenn%20eine%20neue%20Version%20von%20WordPress%20verf%C3%BCgbar%20ist%2C%20erscheint%20im%20Dashboard%20ein%20un%C3%BCbersehbarer%20gelber%20Hinweis.%20Im%20Prinzip%20gut%20und%20richtig%2C%20denn%20man%20sollte%20ja%20aktualisieren.%0D%0A%0D%0ANur%20dauert%20das%20manchmal%20etwas%20l%C3%A4nger%3A%20Eine%20sehr%20individuelle%20Installation%20mit%20Plugins%20k%C3%B6nnte%20nach%20dem%20Update%20nicht%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://limone.de/wpblog/2011/02/26/update-meldung-im-dashboard-ausblenden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress und die leidigen Charsets</title>
		<link>http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/</link>
		<comments>http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 21:42:37 +0000</pubDate>
		<dc:creator>Olivia Adler</dc:creator>
				<category><![CDATA[Konfiguration]]></category>
		<category><![CDATA[Charset]]></category>
		<category><![CDATA[Datenbank]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Zeichensatz]]></category>

		<guid isPermaLink="false">http://limone.de/wpblog/?p=38</guid>
		<description><![CDATA[Wer von einer wirklich alten WordPress-Version (z. B. aus dem 2.0.x-Zweig) auf die neueste Version aktualisiert (was aus Sicherheitsgründen dringend empfohlen wird), wird sich aller Wahrscheinlichkeit nach nach erfolgreichem Update über komische Sonderzeichen statt deutscher Umlaute wundern. Die Lösung des Rätsels: in alten Versionen wurden WordPress-Tabellen mit dem Zeichensatz &#8220;latin1&#8243; und der Kollation &#8220;latin1_swedish_ci&#8221; angelegt. [...]]]></description>
			<content:encoded><![CDATA[<p>Wer von einer wirklich alten WordPress-Version (z. B. aus dem 2.0.x-Zweig) auf die neueste Version aktualisiert (was aus Sicherheitsgründen dringend empfohlen wird), wird sich aller Wahrscheinlichkeit nach nach erfolgreichem Update über komische Sonderzeichen statt deutscher Umlaute wundern. Die Lösung des Rätsels: in alten Versionen wurden WordPress-Tabellen mit dem Zeichensatz &#8220;latin1&#8243; und der Kollation &#8220;latin1_swedish_ci&#8221; angelegt. In neueren Versionen ist UTF8 Standard.</p>
<p>Um den Zeichensalat loszuwerden, muss man entweder mühselig alle Tabellen in der Datenbank konvertieren, <a href="http://codex.wordpress.org/Converting_Database_Character_Sets">wie im Codex beschrieben</a>, oder man kann es sich einfach machen und vorgehen wie auf mydigitallife.com unter dem Titel <a href="http://www.mydigitallife.info/2007/06/18/wordpress-charset-encoding-problem-after-upgrading-to-version-22/">WordPress Charset Encoding Problem After Upgrading to Version 2.2 » My Digital Life</a> beschrieben:</p>
<p>Einfach in der <em>wp-config.php</em> folgende Zeilen bearbeiten:</p>
<pre>define(’DB_CHARSET’, ‘utf8′);
define(’DB_COLLATE’, ”);</pre>
<p>Entweder löschen, oder nur das &#8220;utf8&#8243; entfernen, so dass zwei leere Hochkommata übrigbleiben:</p>
<pre>define(’DB_CHARSET’, ”);
define(’DB_COLLATE’, ”);</pre>
<p>Dann greift WordPress auf den Standardwert zurück, und das ist immer noch &#8220;latin1&#8243;, passend zur Datenbank.</p>
<p>Freilich empfiehlt auch mydigitallife.com, besser die <a href="http://www.mydigitallife.info/2007/06/23/how-to-convert-character-set-and-collation-of-wordpress-database/">Datenbank zu konvertieren</a>, aber das kann man ja später immer noch, wenn mal Zeit ist.</p>
<hr /><small>Copyright &copy; limone.de 2009<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  e2e8c6368a7a9a59ae63ca1ec8e8f728)</small>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=WordPress+und+die+leidigen+Charsets+-+http://tinyurl.com/2a7pj8y&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/&amp;t=WordPress+und+die+leidigen+Charsets" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/&amp;title=WordPress+und+die+leidigen+Charsets" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=WordPress+und+die+leidigen+Charsets&amp;link=http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/&amp;n=WordPress+und+die+leidigen+Charsets&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.de/addurl/?bm_url=http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/&amp;bm_description=WordPress+und+die+leidigen+Charsets&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/&amp;title=WordPress+und+die+leidigen+Charsets" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22WordPress%20und%20die%20leidigen%20Charsets%22&amp;body=Link: http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Wer%20von%20einer%20wirklich%20alten%20WordPress-Version%20%28z.%20B.%20aus%20dem%202.0.x-Zweig%29%20auf%20die%20neueste%20Version%20aktualisiert%20%28was%20aus%20Sicherheitsgr%C3%BCnden%20dringend%20empfohlen%20wird%29%2C%20wird%20sich%20aller%20Wahrscheinlichkeit%20nach%20nach%20erfolgreichem%20Update%20%C3%BCber%20komische%20Sonderzeichen%20statt%20deutscher%20Umlaute%20wundern.%20Die%20L" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Feed-Adresse für WP Deutschland korrigieren</title>
		<link>http://limone.de/wpblog/2009/09/09/feed-adresse-fuer-wp-deutschland-korrigieren/</link>
		<comments>http://limone.de/wpblog/2009/09/09/feed-adresse-fuer-wp-deutschland-korrigieren/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 22:09:32 +0000</pubDate>
		<dc:creator>Olivia Adler</dc:creator>
				<category><![CDATA[Konfiguration]]></category>
		<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[Newsfeed]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://limone.de/wpblog/?p=34</guid>
		<description><![CDATA[Im Auslieferungszustand der deutschen WP-Version von wordpress.org (erkennbar an der &#8220;Sie&#8221;-Anrede im Dashboard) ist momentan ein Tippfehler in der Feed-Adresse für WordPress Deutschland. Sollte also statt des Newsfeeds eine Fehlermeldung angezeigt werden, steht wahrscheinlich folgende Feedadresse in den Einstellungen (auf den Link &#8220;Konfigurieren&#8221; im Titel des Newscontainers klicken): http://blog.wordpress-deutschland.org/feed/ Abhilfe: den Schrägstrich am Ende der [...]]]></description>
			<content:encoded><![CDATA[<p>Im Auslieferungszustand der deutschen WP-Version von wordpress.org (erkennbar an der &#8220;Sie&#8221;-Anrede im Dashboard) ist momentan ein Tippfehler in der Feed-Adresse für WordPress Deutschland. Sollte also statt des Newsfeeds eine Fehlermeldung angezeigt werden, steht wahrscheinlich folgende Feedadresse in den Einstellungen (auf den Link &#8220;Konfigurieren&#8221; im Titel des Newscontainers klicken):</p>
<pre>http://blog.wordpress-deutschland.org/feed/</pre>
<p>Abhilfe: den Schrägstrich am Ende der Adresse entfernen:</p>
<pre>http://blog.wordpress-deutschland.org/feed</pre>
<p>Danach die Änderung mit Klick auf &#8220;Senden&#8221; speichern, dann wird der Feed geladen.</p>
<hr /><small>Copyright &copy; limone.de 2009<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  e2e8c6368a7a9a59ae63ca1ec8e8f728)</small>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://limone.de/wpblog/2009/09/09/feed-adresse-fuer-wp-deutschland-korrigieren/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Feed-Adresse+f%C3%BCr+WP+Deutschland+korrigieren+-+http://tinyurl.com/2crw7m2&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://limone.de/wpblog/2009/09/09/feed-adresse-fuer-wp-deutschland-korrigieren/&amp;t=Feed-Adresse+f%C3%BCr+WP+Deutschland+korrigieren" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://limone.de/wpblog/2009/09/09/feed-adresse-fuer-wp-deutschland-korrigieren/&amp;title=Feed-Adresse+f%C3%BCr+WP+Deutschland+korrigieren" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Feed-Adresse+f%C3%BCr+WP+Deutschland+korrigieren&amp;link=http://limone.de/wpblog/2009/09/09/feed-adresse-fuer-wp-deutschland-korrigieren/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://limone.de/wpblog/2009/09/09/feed-adresse-fuer-wp-deutschland-korrigieren/&amp;n=Feed-Adresse+f%C3%BCr+WP+Deutschland+korrigieren&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.de/addurl/?bm_url=http://limone.de/wpblog/2009/09/09/feed-adresse-fuer-wp-deutschland-korrigieren/&amp;bm_description=Feed-Adresse+f%C3%BCr+WP+Deutschland+korrigieren&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://limone.de/wpblog/2009/09/09/feed-adresse-fuer-wp-deutschland-korrigieren/&amp;title=Feed-Adresse+f%C3%BCr+WP+Deutschland+korrigieren" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://limone.de/wpblog/2009/09/09/feed-adresse-fuer-wp-deutschland-korrigieren/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Feed-Adresse%20f%C3%BCr%20WP%20Deutschland%20korrigieren%22&amp;body=Link: http://limone.de/wpblog/2009/09/09/feed-adresse-fuer-wp-deutschland-korrigieren/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Im%20Auslieferungszustand%20der%20deutschen%20WP-Version%20von%20wordpress.org%20%28erkennbar%20an%20der%20%22Sie%22-Anrede%20im%20Dashboard%29%20ist%20momentan%20ein%20Tippfehler%20in%20der%20Feed-Adresse%20f%C3%BCr%20WordPress%20Deutschland.%20Sollte%20also%20statt%20des%20Newsfeeds%20eine%20Fehlermeldung%20angezeigt%20werden%2C%20steht%20wahrscheinlich%20folgende%20Feedadresse%20i" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://limone.de/wpblog/2009/09/09/feed-adresse-fuer-wp-deutschland-korrigieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verschwundene Edit-Links und die Lösung</title>
		<link>http://limone.de/wpblog/2009/09/09/verschwundene-edit-links-und-die-loesung/</link>
		<comments>http://limone.de/wpblog/2009/09/09/verschwundene-edit-links-und-die-loesung/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 22:00:18 +0000</pubDate>
		<dc:creator>Olivia Adler</dc:creator>
				<category><![CDATA[Konfiguration]]></category>
		<category><![CDATA[Blogverzeichnis]]></category>
		<category><![CDATA[Edit-Link]]></category>
		<category><![CDATA[Verzeichnis]]></category>

		<guid isPermaLink="false">http://limone.de/wpblog/?p=33</guid>
		<description><![CDATA[Wer wie im Codex beschrieben WordPress in einem Unterverzeichnis der Website installiert und über das Hauptverzeichnis aufruft (Installation z. B. in http://www.example.com/wordpress und Aufruf über http://www.example.com), kann so wie ich eben sein blaues Wunder erleben, wenn er auf das &#8220;www&#8221; in der Adressangabe verzichtet bei der Eingabe von WordPress-Adresse und Blog-Adresse in Einstellungen &#8211; Allgemein. [...]]]></description>
			<content:encoded><![CDATA[<p>Wer <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">wie im Codex beschrieben</a> WordPress in einem Unterverzeichnis der Website installiert und über das Hauptverzeichnis aufruft (Installation z. B. in <em>http://www.example.com/wordpress</em> und Aufruf über <em>http://www.example.com</em>), kann so wie ich eben sein blaues Wunder erleben, wenn er auf das &#8220;www&#8221; in der Adressangabe verzichtet bei der Eingabe von WordPress-Adresse und Blog-Adresse in <em>Einstellungen &#8211; Allgemein</em>. Im Prinzip ist es auch egal, weil das Blog bei den meisten Servern auch unter <em>http://example.com </em>gefunden wird, nur: Selbst wenn man eingeloggt ist, sieht man dann im Frontend des Blogs die Edit-Links nicht, mit denen man direkt aus dem jeweiligen Artikel und der jeweiligen Seite in den Bearbeiten-Modus im Backend gelangt.</p>
<p>Die Lösung habe ich <a href="http://www.fabcode.org/2009/05/12/the-better-guide-giving-wordpress-its-own-directory/">bei fabcode.org</a> gefunden: man sollte es nicht glauben, aber das &#8220;www&#8221; in der Adresse macht tatsächlich den entscheidenden Unterschied. Also: wenn das Blog in einem Unterverzeichnis installiert werden und über das Hauptverzeichnis aufgerufen werden soll, immer an das &#8220;www&#8221; in der URL denken.</p>
<hr /><small>Copyright &copy; limone.de 2009<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  e2e8c6368a7a9a59ae63ca1ec8e8f728)</small>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://limone.de/wpblog/2009/09/09/verschwundene-edit-links-und-die-loesung/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Verschwundene+Edit-Links+und+die+L%C3%B6sung+-+http://tinyurl.com/3xxk629&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://limone.de/wpblog/2009/09/09/verschwundene-edit-links-und-die-loesung/&amp;t=Verschwundene+Edit-Links+und+die+L%C3%B6sung" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://limone.de/wpblog/2009/09/09/verschwundene-edit-links-und-die-loesung/&amp;title=Verschwundene+Edit-Links+und+die+L%C3%B6sung" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Verschwundene+Edit-Links+und+die+L%C3%B6sung&amp;link=http://limone.de/wpblog/2009/09/09/verschwundene-edit-links-und-die-loesung/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://limone.de/wpblog/2009/09/09/verschwundene-edit-links-und-die-loesung/&amp;n=Verschwundene+Edit-Links+und+die+L%C3%B6sung&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.de/addurl/?bm_url=http://limone.de/wpblog/2009/09/09/verschwundene-edit-links-und-die-loesung/&amp;bm_description=Verschwundene+Edit-Links+und+die+L%C3%B6sung&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://limone.de/wpblog/2009/09/09/verschwundene-edit-links-und-die-loesung/&amp;title=Verschwundene+Edit-Links+und+die+L%C3%B6sung" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://limone.de/wpblog/2009/09/09/verschwundene-edit-links-und-die-loesung/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Verschwundene%20Edit-Links%20und%20die%20L%C3%B6sung%22&amp;body=Link: http://limone.de/wpblog/2009/09/09/verschwundene-edit-links-und-die-loesung/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Wer%20wie%20im%20Codex%20beschrieben%20WordPress%20in%20einem%20Unterverzeichnis%20der%20Website%20installiert%20und%20%C3%BCber%20das%20Hauptverzeichnis%20aufruft%20%28Installation%20z.%20B.%20in%20http%3A%2F%2Fwww.example.com%2Fwordpress%20und%20Aufruf%20%C3%BCber%20http%3A%2F%2Fwww.example.com%29%2C%20kann%20so%20wie%20ich%20eben%20sein%20blaues%20Wunder%20erleben%2C%20wenn%20er%20auf%20das%20%22www%22%20in%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://limone.de/wpblog/2009/09/09/verschwundene-edit-links-und-die-loesung/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

