<?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>EvitaNet &#187; WordPress</title>
	<atom:link href="http://www.evitadesign.at/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.evitadesign.at</link>
	<description>Bloggen mit WordPress!</description>
	<lastBuildDate>Tue, 29 Dec 2009 15:02:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Aufbau eines WordPress-Templates</title>
		<link>http://www.evitadesign.at/wordpress/aufbau-eines-wordpess-templates</link>
		<comments>http://www.evitadesign.at/wordpress/aufbau-eines-wordpess-templates#comments</comments>
		<pubDate>Tue, 29 Dec 2009 15:02:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.evitadesign.at/?p=167</guid>
		<description><![CDATA[
Header: Blogtitel + Beschreibung (hier kommt auch das Header-Bild rein)


1
2
3
&#60;div&#62;
&#60;h1&#62;&#60;?php bloginfo&#40;''name''&#41;; ?&#62; &#60;?php bloginfo&#40;''description''&#41;; ?&#62;&#60;/h1&#62;
&#60;/div&#62;





Inhalt: Beinhaltet den gesamten Text


1
&#60;div id=&#34;content&#34;&#62; - h&#38;auml;lt alle postings





Posting: Der sogenannte &#8220;Loop&#8221;, der f&#252;r die Darstellung des Postings zust&#228;ndig ist


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
&#60;?php if &#40;have_posts&#40;&#41;&#41; : ?&#62;&#60;?php while &#40;have_posts&#40;&#41;&#41; : the_post&#40;&#41;; ?&#62;
&#160;
&#60;!-- hier beginnt das div für ein posting --&#62;
&#60;div class=&#34;post&#34;&#62;
&#160;
&#60;!-- die Überschrift [...]]]></description>
		<wfw:commentRss>http://www.evitadesign.at/wordpress/aufbau-eines-wordpess-templates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 ist da!</title>
		<link>http://www.evitadesign.at/wordpress/wordpress-27-ist-da</link>
		<comments>http://www.evitadesign.at/wordpress/wordpress-27-ist-da#comments</comments>
		<pubDate>Thu, 11 Dec 2008 14:17:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress 2.7]]></category>

		<guid isPermaLink="false">http://www.evitadesign.at/?p=641</guid>
		<description><![CDATA[Ich habs vor ein paar Tagen schon angekündigt, nun ist es offiziell. WordPress 2.7 &#8211; nun mit dem Namen &#8220;Coltrane&#8221; ist fertig und steht zum Downlad bereit. Über 150 Leute haben daran gearbeitet und ich sags nochmal &#8211; es hat sich gelohnt! Besser und schneller als die Vorgängerversion, in etwa vergleichbar mit der guten alten [...]]]></description>
		<wfw:commentRss>http://www.evitadesign.at/wordpress/wordpress-27-ist-da/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Matt Mullenweg über WordPress 2.7 &#8211; ein Video</title>
		<link>http://www.evitadesign.at/wordpress/matt-mullenweg-uber-wordpress-27-ein-video</link>
		<comments>http://www.evitadesign.at/wordpress/matt-mullenweg-uber-wordpress-27-ein-video#comments</comments>
		<pubDate>Sat, 06 Dec 2008 09:09:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress 2.7]]></category>
		<category><![CDATA[WordPress Adminbereich]]></category>
		<category><![CDATA[wordpress feature]]></category>
		<category><![CDATA[WordPress Upgrade]]></category>

		<guid isPermaLink="false">http://www.evitadesign.at/?p=640</guid>
		<description><![CDATA[Für alle Interessierten, hier ein kleines Video vom Wordcamp NYC in dem Matt Mullenweg die neuen Features von WordPress 2.7 vorstellt:
Bookmark/eMail

	wordpress 2.7, WordPress Adminbereich, wordpress feature, WordPress Upgrade

	
	Die neuen Features von WordPress 2.7&#160;&#160;
	WordPress 2.7 Crazyhorse &#8211; Es gefällt!&#160;&#160;
	Upgrade von WordPress 2.6.1 auf 2.7-RC1 &#8211; ein Erfahrungsbericht&#160;&#160;
	WP-Feature Bildergalerie &#38; Mediathek II&#160;&#160;
	WP-Feature Bildergalerie &#38; Mediathek&#160;&#160;


]]></description>
		<wfw:commentRss>http://www.evitadesign.at/wordpress/matt-mullenweg-uber-wordpress-27-ein-video/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Die neuen Features von WordPress 2.7</title>
		<link>http://www.evitadesign.at/wordpress/die-neuen-features-von-wordpress-27</link>
		<comments>http://www.evitadesign.at/wordpress/die-neuen-features-von-wordpress-27#comments</comments>
		<pubDate>Fri, 05 Dec 2008 23:17:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress 2.7]]></category>
		<category><![CDATA[WordPress Adminbereich]]></category>
		<category><![CDATA[wordpress feature]]></category>

		<guid isPermaLink="false">http://www.evitadesign.at/?p=638</guid>
		<description><![CDATA[Nachdem das Upgrade auf WordPress 2.7 nach einigen Problemchen geklappt hat, bin ich gerade dabei die neuen Features zu entdecken (alle Screenshot sind für eine Vergrößerung anklickbar).
Der Adminbereich
Nun, sichtbar für alle, neu gestaltet und wieder mit allen Ajax-Funktionen ausgestattet, was einem ein beliebiges Verschieben der Boxen und somit ein individuelles Gestalten erlaubt.

Sehr nett auch die [...]]]></description>
		<wfw:commentRss>http://www.evitadesign.at/wordpress/die-neuen-features-von-wordpress-27/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
