<?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>IT 2.0 &#187; Theme</title>
	<atom:link href="http://it20.eu/tag/theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://it20.eu</link>
	<description>Social Media, Gadgets, Web 2.0 und mehr.</description>
	<lastBuildDate>Mon, 23 Jan 2012 17:42:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>IT20 in neuem Gewand</title>
		<link>http://it20.eu/verschiedenes/it20/it20-in-neuem-gewand/</link>
		<comments>http://it20.eu/verschiedenes/it20/it20-in-neuem-gewand/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 16:52:15 +0000</pubDate>
		<dc:creator>Markus Breitenstein</dc:creator>
				<category><![CDATA[IT 2.0 Internes]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://it20.eu/?p=419</guid>
		<description><![CDATA[Die Letzten Artikel sind nun doch schon einige Tage her. Wieso, weshalb, warum? Das neue Theme war schuld. Näheres hierzu in einem späteren Blog Artikel. Beim Auftreten von Problemen bitte das Problem hier als Kommentar kurz schildern. So sah der IT20 Blog vorher aus.]]></description>
			<content:encoded><![CDATA[<p>Die Letzten Artikel sind nun doch schon einige Tage her. Wieso, weshalb, warum? Das neue Theme war schuld. Näheres hierzu in einem späteren Blog Artikel. Beim Auftreten von Problemen bitte das Problem hier als Kommentar kurz schildern.</p>
<p>So sah der IT20 Blog vorher aus.</p>
<p><a href="http://it20.eu/wp-content/uploads/altes-it20-projekt.png"><img class="alignnone size-medium wp-image-420" title="IT20 Projekt vor dem 02.03.2009" src="http://it20.eu/wp-content/uploads/altes-it20-projekt-300x206.png" alt="IT20 Projekt vor dem 02.03.2009" width="300" height="206" /></a></p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fit20.eu%2Fverschiedenes%2Fit20%2Fit20-in-neuem-gewand%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://it20.eu/verschiedenes/it20/it20-in-neuem-gewand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Theme Optimierung</title>
		<link>http://it20.eu/news/tipps/wordpress-theme-optimierung/</link>
		<comments>http://it20.eu/news/tipps/wordpress-theme-optimierung/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 07:00:10 +0000</pubDate>
		<dc:creator>Markus Breitenstein</dc:creator>
				<category><![CDATA[Tipps]]></category>
		<category><![CDATA[Kommentare]]></category>
		<category><![CDATA[Optimierung]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://it20.eu/?p=402</guid>
		<description><![CDATA[Gerade bin ich über Twitter auf Forthelose.org aufmerksam geworden. Hier schreibt Ralph Damiano, wie man sein bestehendes WordPress Theme optimieren kann. Ich habe mit die 15 sinnvollen Tricks für ein besseres WordPress Theme mal angeschaut und war begeistert. Sehr informativ. So schreibt Ralph &#8220;How to Disable Commenting on Posts Older Than 1 Month&#8221; &#8211; finde]]></description>
			<content:encoded><![CDATA[<p><a href="http://it20.eu/wp-content/uploads/bild-10.png"><img class="alignnone size-medium wp-image-407" title="bild-10" src="http://it20.eu/wp-content/uploads/bild-10-300x39.png" alt="bild-10" width="500" height="64" /></a></p>
<p>Gerade bin ich über Twitter auf <strong><a href="http://forthelose.org" target="_blank">Forthelose.org</a></strong> aufmerksam geworden. Hier schreibt Ralph Damiano, wie man sein bestehendes WordPress Theme optimieren kann. Ich habe mit die <strong>15 sinnvollen Tricks für ein besseres WordPress Theme</strong> mal angeschaut und war begeistert. Sehr informativ. So schreibt Ralph &#8220;How to Disable Commenting on Posts Older Than 1 Month&#8221; &#8211; finde ich eigentlich auch nicht wirklich verkehrt. Normalerweise werden Blogkommentare eher unmittelbar nach Veröffentlichung durchgeführt und nicht erst Monate später. Die 30 Tage sind nicht in Stein gemeiselt. Einfach im Code die 30 (30 Tage) durch den neuen Wert ersetzen.</p>
<p>Zur Deaktivierung der Kommentarfunktion muß nachfolgender Code in die<strong> functions.php</strong> kopiert werden.</p>
<pre class="php" style="font-family: monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span><span style="color: #000000; font-weight: bold;">function</span> close_comments<span style="color: #009900;">(</span> <span style="color: #000088;">$posts</span> <span style="color: #009900;">)</span> <span style="color: #009900;">{</span>	<span style="color: #b1b100;">if</span> <span style="color: #009900;">(</span> <span style="color: #339933;">!</span>is_single<span style="color: #009900;">(</span><span style="color: #009900;">)</span> <span style="color: #009900;">)</span> <span style="color: #009900;">{</span> <span style="color: #b1b100;">return</span> <span style="color: #000088;">$posts</span><span style="color: #339933;">;</span> <span style="color: #009900;">}</span>	<span style="color: #b1b100;">if</span> <span style="color: #009900;">(</span> <span style="color: #990000;">time</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span> <span style="color: #339933;">-</span> <span style="color: #990000;">strtotime</span><span style="color: #009900;">(</span> <span style="color: #000088;">$posts</span><span style="color: #009900;">[</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">]</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">post_date_gmt</span> <span style="color: #009900;">)</span> <span style="color: #339933;">&gt;</span> <span style="color: #009900;">(</span> <span style="color: #cc66cc;">30</span> <span style="color: #339933;">*</span> <span style="color: #cc66cc;">24</span> <span style="color: #339933;">*</span> <span style="color: #cc66cc;">60</span> <span style="color: #339933;">*</span> <span style="color: #cc66cc;">60</span> <span style="color: #009900;">)</span> <span style="color: #009900;">)</span> <span style="color: #009900;">{</span>		<span style="color: #000088;">$posts</span><span style="color: #009900;">[</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">]</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">comment_status</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'closed'</span><span style="color: #339933;">;</span>		<span style="color: #000088;">$posts</span><span style="color: #009900;">[</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">]</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">ping_status</span>    <span style="color: #339933;">=</span> <span style="color: #0000ff;">'closed'</span><span style="color: #339933;">;</span>	<span style="color: #009900;">}</span>	<span style="color: #b1b100;">return</span> <span style="color: #000088;">$posts</span><span style="color: #339933;">;</span><span style="color: #009900;">}</span>add_filter<span style="color: #009900;">(</span> <span style="color: #0000ff;">'the_posts'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'close_comments'</span> <span style="color: #009900;">)</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;

</span></pre>
<p>Weitere 14  Tipps zur Optimierung eures WordPress Themes gibt es bei Ralph.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fit20.eu%2Fnews%2Ftipps%2Fwordpress-theme-optimierung%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://it20.eu/news/tipps/wordpress-theme-optimierung/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

