<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Update für Landzilla</title>
	<atom:link href="http://www.perun.net/2007/03/13/update-fuer-landzilla/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/</link>
	<description>perun.net</description>
	<lastBuildDate>Sun, 12 Feb 2012 18:57:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Margit</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-54763</link>
		<dc:creator>Margit</dc:creator>
		<pubDate>Tue, 20 Jan 2009 11:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-54763</guid>
		<description>Danke @hajosch, meine bilder sind jetzt in der richtigen ausrichtung!</description>
		<content:encoded><![CDATA[<p>Danke @hajosch, meine bilder sind jetzt in der richtigen ausrichtung!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hajosch</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-54690</link>
		<dc:creator>hajosch</dc:creator>
		<pubDate>Thu, 08 Jan 2009 07:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-54690</guid>
		<description>Hallo, wer wie ich unter WP 2.7 ebenfalls das Problem mit der Bildausrichtung (Bild wird nich links oder rechtsbündig formatiert) hat, der sollte die Datei style.css des landzilla-Themes wie folgt modifizieren (s. im Code: Kommentar: Images - Bildausrichtung) :

&lt;code&gt;
/*
Theme Name: Landzilla
Theme URI: http://www.perun.net/
Description: Landzilla is a Theme for WP 2.x. Made by &lt;a href=&quot;http://www.vlad-design.de&quot;&gt;Vladimir Simovic&lt;/a&gt; (aka &lt;a href=&quot;http://www.perun.net&quot;&gt;Perun&lt;/a&gt;).
Version: 2.3 (11. Dez 2007)
Author: Vladimir Simovic
Author URI: http://www.vlad-design.de

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

body {
    padding: 0 0 2em 0;
    margin: 0;
    text-align: center;
    font: 62.5% verdana, sans-serif;
    background: #759D00 url(images/top.gif) repeat-x;
    color: #333;
    line-height: 150%;
}

hr {
    display: none;
}

img {
    border: none;
}

ins {
    text-decoration: none;
    border-bottom: 1px dashed #F26722;
}

acronym, abbr, dfn {
    border-bottom: 1px dashed #333;
    font-style: normal;
}

blockquote {
    border-left: 5px solid #759D00;
    margin: 1em 0;
    padding: 5px 10px;
    background: #E3EBCC;
    width: 90%;
}

code, pre {
    color: #F26722;
    font: 1.1em &#039;courier new&#039;, courier, monospace;
}

/************************************************
*   Images   -  Bildausrichtung                                   *
************************************************/

img.centered  {
   display: block;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
   }
   
img.alignnone {
   padding: 0px;
   margin: 0px 0px 10px 0px;
   display: inline;
   }

img.alignright {
   padding: 0px;
   margin: 0px 0px 10px 10px;
   display: inline;
   }

img.alignleft {
   padding: 0px;
   margin: 0px 10px 10px 0px;
   display: inline;
   }

.alignright {
   float: right;
   }

.alignleft {
   float: left;
   }

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   }

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
   }

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   }
.pagination {
    text-align: center;
    margin-top: 2em;
}

.center {
    text-align: center;
}

#container {
    text-align: left;
    margin: 0 auto;
    width: 770px;
    padding: 0 0 1px 0;
    position: relative;
    background: url(images/background.jpg) repeat-y;
    border-bottom: 1px solid #ddd;
}

/* Kopfbereich (Header) */
#kopf {
    background: url(images/header.jpg) no-repeat;
    height: 190px;
    margin-bottom: 15px;
}

#kopf h1 {
    font: 30px &#039;trebuchet ms&#039;, sans-serif;
    color: #759D00;
    margin: 0;
    padding: 5px 15px;
}

#kopf h1 a {
    color: #759D00;
    text-decoration: none;
}

/* Navigation (Sidebar) */
#navi {
    float: right;
    width: 200px;
    text-align: center;
    background: #E3EBCC;
    font-size: 1.1em;
    padding: 0 0 5px 0;
    margin: 0 15px 15px 0;
    display: inline;
}

#navi ul, #navi ol, #navi p, #navi form, #navi dl {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

#navi div {
    margin: 10px 10px 15px 10px;
    text-align: left;
}

#navi form {
    margin: .7em 0 1em 0;
}

#navi input {
    border: 1px solid #759D00;
    font-size: 1.1em;
    background: #E3EBCC;
}


#navi h2 {
    font: bold 1.2em verdana, sans-serif;
    color: #fff;
    margin: 0 0 .5em 0;
    padding: 1px 5px 1px 15px;
    background: #759D00 url(images/h3.gif) no-repeat center left;
    text-align: left;
}

#navi a {
    font-weight: bold;
    color:#759D00;
    text-decoration: none;
}

#navi a:hover {
    color: #444;
}

#navi ul {
    list-style: none;
    margin: .5em 0 1em 0;
}

#navi ul ul {
    margin: 2px 0 2px 7px;
    padding: 0;
}

#navi .navi-search {
    margin-bottom: 3px;
    width: 150px;
    background: #fff;
}

/* Inhalt (Content) */
#inhalt {
    margin-right: 235px;
    margin-left: 15px;
    padding: 1.1em 0;
    font-size: 1.1em;
}

#inhalt h2 {
    color: #666;
    border-bottom: 1px solid #E3EBCC;
    font: bold 1em verdana, sans-serif;
    text-align: center;
    margin: .5em 0 0 0;
    padding: 2px 5px;
}

/* Ueberschrift fuer Seiten; Heading for Pages */
#inhalt h2#page {
    text-align: left;
    padding: 2px 0 2px 17px;
    margin: .5em 0;
    font-size: 1.4em;
    background: url(images/h3-inhalt.gif) no-repeat left center;
}

#inhalt h2 a {
    text-decoration: none;
}

#inhalt h3 {
    padding: 2px 0 2px 17px;
    margin: .5em 0;
    font-size: 1.4em;
    background: url(images/h3-inhalt.gif) no-repeat left center;
}

#inhalt h3 a {
    color: #648600;
    text-decoration: none;
}

#inhalt h3 a:hover {
    color: #759D00;
    text-decoration: none;
}

#inhalt h4 {
    font-size: 1.3em;
    padding: 0;
    margin: 1em 0;
    color: #444;
}

#inhalt h5 {
    font-size: 1.1em;
    padding: 0;
    margin: 1em 0;
    color: #444;
}

#inhalt a, #footer a {
    color: #6C9100;
}

#inhalt a:hover, #footer a:hover {
    color: #444;
    text-decoration: none;
}

#inhalt .meta {
    font-size: .9em;
    background: #E3EBCC;
    margin: 0;
    padding: 1px 5px;
}

#inhalt .feedback {
    margin: 1em 1.7em 1.5em 1em;
    text-align: right;
    font-weight: bold;
    background: url(images/kommentar.gif) no-repeat right center;
    padding-right: 20px;
}

/* Kommentar-Bereich; Comment area*/
#commentlist li {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #E3EBCC;
}

#commentform {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #759D00;
    background: #E3EBCC;
}

#commentform textarea {
    border: 1px solid #759D00;
    padding: 3px;
    font: 1.1em verdana, sans-serif;
    color: #444;
    width: 480px;
}

/* Fuszbereich; Footer*/
#footer {
    clear: both;
    margin-top: 3em;
    padding: 15px;
    text-align: center;
    background: #E3EBCC;
    border-top: 1px solid #759D00;
}

/* 3. Spezielle Formatierungen z.B. nur für Plugins */
#ed_toolbar input {
    border: 1px solid #759D00;
    background: #E3EBCC;
    font-size: 12px;
    margin-right: 1px;
    padding-top: 0;
    padding-bottom: 0;
}

/* *** Plugins *** */
.tags {
    margin: 1.5em 0;
    font-weight: bold;
    border-top: 1px solid #E3EBCC;
    padding: 2px 0;
}

#wp_grins {
    margin-top: 2px;
}

.pagebar {
    text-align: center;
    line-height: 1.4;
    margin-top: 2em;
}

.pagebar .this-page {
    font-weight: bold;
}

#inhalt .pagebar a {
    border: 1px solid #759D00;
    background: #E3EBCC;
    padding: 2px 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

#inhalt .pagebar a:hover {
    background: #759D00;
    color: #fff;
}
&lt;/code&gt;

--------------------
Das war jetzt eher eine Quick-and-Dirty-Lösung. Vielleicht kann ja nochmal Vladimiar oder ein anderer Stylesheet-Experte einen Blick drauf werfen und das Theme bei Gelegenheit optimieren und als offiziellen Update einstellen.

Danke &amp; Gruß,
hajosch</description>
		<content:encoded><![CDATA[<p>Hallo, wer wie ich unter WP 2.7 ebenfalls das Problem mit der Bildausrichtung (Bild wird nich links oder rechtsbündig formatiert) hat, der sollte die Datei style.css des landzilla-Themes wie folgt modifizieren (s. im Code: Kommentar: Images &#8211; Bildausrichtung) :</p>
<p><code><br />
/*<br />
Theme Name: Landzilla<br />
Theme URI: <a href="http://www.perun.net/" rel="nofollow">http://www.perun.net/</a><br />
Description: Landzilla is a Theme for WP 2.x. Made by <a href="http://www.vlad-design.de">Vladimir Simovic</a> (aka <a href="http://www.perun.net">Perun</a>).<br />
Version: 2.3 (11. Dez 2007)<br />
Author: Vladimir Simovic<br />
Author URI: <a href="http://www.vlad-design.de" rel="nofollow">http://www.vlad-design.de</a></p>
<p>The CSS, XHTML and design is released under GPL:<br />
<a href="http://www.opensource.org/licenses/gpl-license.php" rel="nofollow">http://www.opensource.org/licenses/gpl-license.php</a><br />
*/</p>
<p>body {<br />
    padding: 0 0 2em 0;<br />
    margin: 0;<br />
    text-align: center;<br />
    font: 62.5% verdana, sans-serif;<br />
    background: #759D00 url(images/top.gif) repeat-x;<br />
    color: #333;<br />
    line-height: 150%;<br />
}</p>
<p>hr {<br />
    display: none;<br />
}</p>
<p>img {<br />
    border: none;<br />
}</p>
<p>ins {<br />
    text-decoration: none;<br />
    border-bottom: 1px dashed #F26722;<br />
}</p>
<p>acronym, abbr, dfn {<br />
    border-bottom: 1px dashed #333;<br />
    font-style: normal;<br />
}</p>
<p>blockquote {<br />
    border-left: 5px solid #759D00;<br />
    margin: 1em 0;<br />
    padding: 5px 10px;<br />
    background: #E3EBCC;<br />
    width: 90%;<br />
}</p>
<p>code, pre {<br />
    color: #F26722;<br />
    font: 1.1em 'courier new', courier, monospace;<br />
}</p>
<p>/************************************************<br />
*   Images   -  Bildausrichtung                                   *<br />
************************************************/</p>
<p>img.centered  {<br />
   display: block;<br />
   margin-left: auto;<br />
   margin-right: auto;<br />
   padding: 0px;<br />
   }</p>
<p>img.alignnone {<br />
   padding: 0px;<br />
   margin: 0px 0px 10px 0px;<br />
   display: inline;<br />
   }</p>
<p>img.alignright {<br />
   padding: 0px;<br />
   margin: 0px 0px 10px 10px;<br />
   display: inline;<br />
   }</p>
<p>img.alignleft {<br />
   padding: 0px;<br />
   margin: 0px 10px 10px 0px;<br />
   display: inline;<br />
   }</p>
<p>.alignright {<br />
   float: right;<br />
   }</p>
<p>.alignleft {<br />
   float: left;<br />
   }</p>
<p>.wp-caption {<br />
   border: 1px solid #ddd;<br />
   text-align: center;<br />
   background-color: #f3f3f3;<br />
   padding-top: 4px;<br />
   margin: 10px;<br />
   /* optional rounded corners for browsers that support it */<br />
   -moz-border-radius: 3px;<br />
   -khtml-border-radius: 3px;<br />
   -webkit-border-radius: 3px;<br />
   border-radius: 3px;<br />
   }</p>
<p>.wp-caption img {<br />
   margin: 0;<br />
   padding: 0;<br />
   border: 0 none;<br />
   }</p>
<p>.wp-caption p.wp-caption-text {<br />
   font-size: 11px;<br />
   line-height: 17px;<br />
   padding: 0 4px 5px;<br />
   margin: 0;<br />
   }<br />
.pagination {<br />
    text-align: center;<br />
    margin-top: 2em;<br />
}</p>
<p>.center {<br />
    text-align: center;<br />
}</p>
<p>#container {<br />
    text-align: left;<br />
    margin: 0 auto;<br />
    width: 770px;<br />
    padding: 0 0 1px 0;<br />
    position: relative;<br />
    background: url(images/background.jpg) repeat-y;<br />
    border-bottom: 1px solid #ddd;<br />
}</p>
<p>/* Kopfbereich (Header) */<br />
#kopf {<br />
    background: url(images/header.jpg) no-repeat;<br />
    height: 190px;<br />
    margin-bottom: 15px;<br />
}</p>
<p>#kopf h1 {<br />
    font: 30px 'trebuchet ms', sans-serif;<br />
    color: #759D00;<br />
    margin: 0;<br />
    padding: 5px 15px;<br />
}</p>
<p>#kopf h1 a {<br />
    color: #759D00;<br />
    text-decoration: none;<br />
}</p>
<p>/* Navigation (Sidebar) */<br />
#navi {<br />
    float: right;<br />
    width: 200px;<br />
    text-align: center;<br />
    background: #E3EBCC;<br />
    font-size: 1.1em;<br />
    padding: 0 0 5px 0;<br />
    margin: 0 15px 15px 0;<br />
    display: inline;<br />
}</p>
<p>#navi ul, #navi ol, #navi p, #navi form, #navi dl {<br />
    text-align: left;<br />
    padding-left: 10px;<br />
    padding-right: 10px;<br />
}</p>
<p>#navi div {<br />
    margin: 10px 10px 15px 10px;<br />
    text-align: left;<br />
}</p>
<p>#navi form {<br />
    margin: .7em 0 1em 0;<br />
}</p>
<p>#navi input {<br />
    border: 1px solid #759D00;<br />
    font-size: 1.1em;<br />
    background: #E3EBCC;<br />
}</p>
<p>#navi h2 {<br />
    font: bold 1.2em verdana, sans-serif;<br />
    color: #fff;<br />
    margin: 0 0 .5em 0;<br />
    padding: 1px 5px 1px 15px;<br />
    background: #759D00 url(images/h3.gif) no-repeat center left;<br />
    text-align: left;<br />
}</p>
<p>#navi a {<br />
    font-weight: bold;<br />
    color:#759D00;<br />
    text-decoration: none;<br />
}</p>
<p>#navi a:hover {<br />
    color: #444;<br />
}</p>
<p>#navi ul {<br />
    list-style: none;<br />
    margin: .5em 0 1em 0;<br />
}</p>
<p>#navi ul ul {<br />
    margin: 2px 0 2px 7px;<br />
    padding: 0;<br />
}</p>
<p>#navi .navi-search {<br />
    margin-bottom: 3px;<br />
    width: 150px;<br />
    background: #fff;<br />
}</p>
<p>/* Inhalt (Content) */<br />
#inhalt {<br />
    margin-right: 235px;<br />
    margin-left: 15px;<br />
    padding: 1.1em 0;<br />
    font-size: 1.1em;<br />
}</p>
<p>#inhalt h2 {<br />
    color: #666;<br />
    border-bottom: 1px solid #E3EBCC;<br />
    font: bold 1em verdana, sans-serif;<br />
    text-align: center;<br />
    margin: .5em 0 0 0;<br />
    padding: 2px 5px;<br />
}</p>
<p>/* Ueberschrift fuer Seiten; Heading for Pages */<br />
#inhalt h2#page {<br />
    text-align: left;<br />
    padding: 2px 0 2px 17px;<br />
    margin: .5em 0;<br />
    font-size: 1.4em;<br />
    background: url(images/h3-inhalt.gif) no-repeat left center;<br />
}</p>
<p>#inhalt h2 a {<br />
    text-decoration: none;<br />
}</p>
<p>#inhalt h3 {<br />
    padding: 2px 0 2px 17px;<br />
    margin: .5em 0;<br />
    font-size: 1.4em;<br />
    background: url(images/h3-inhalt.gif) no-repeat left center;<br />
}</p>
<p>#inhalt h3 a {<br />
    color: #648600;<br />
    text-decoration: none;<br />
}</p>
<p>#inhalt h3 a:hover {<br />
    color: #759D00;<br />
    text-decoration: none;<br />
}</p>
<p>#inhalt h4 {<br />
    font-size: 1.3em;<br />
    padding: 0;<br />
    margin: 1em 0;<br />
    color: #444;<br />
}</p>
<p>#inhalt h5 {<br />
    font-size: 1.1em;<br />
    padding: 0;<br />
    margin: 1em 0;<br />
    color: #444;<br />
}</p>
<p>#inhalt a, #footer a {<br />
    color: #6C9100;<br />
}</p>
<p>#inhalt a:hover, #footer a:hover {<br />
    color: #444;<br />
    text-decoration: none;<br />
}</p>
<p>#inhalt .meta {<br />
    font-size: .9em;<br />
    background: #E3EBCC;<br />
    margin: 0;<br />
    padding: 1px 5px;<br />
}</p>
<p>#inhalt .feedback {<br />
    margin: 1em 1.7em 1.5em 1em;<br />
    text-align: right;<br />
    font-weight: bold;<br />
    background: url(images/kommentar.gif) no-repeat right center;<br />
    padding-right: 20px;<br />
}</p>
<p>/* Kommentar-Bereich; Comment area*/<br />
#commentlist li {<br />
    margin-bottom: 1.5em;<br />
    padding-bottom: 1em;<br />
    border-bottom: 1px solid #E3EBCC;<br />
}</p>
<p>#commentform {<br />
    margin: 1em 0;<br />
    padding: 1em;<br />
    border: 1px solid #759D00;<br />
    background: #E3EBCC;<br />
}</p>
<p>#commentform textarea {<br />
    border: 1px solid #759D00;<br />
    padding: 3px;<br />
    font: 1.1em verdana, sans-serif;<br />
    color: #444;<br />
    width: 480px;<br />
}</p>
<p>/* Fuszbereich; Footer*/<br />
#footer {<br />
    clear: both;<br />
    margin-top: 3em;<br />
    padding: 15px;<br />
    text-align: center;<br />
    background: #E3EBCC;<br />
    border-top: 1px solid #759D00;<br />
}</p>
<p>/* 3. Spezielle Formatierungen z.B. nur für Plugins */<br />
#ed_toolbar input {<br />
    border: 1px solid #759D00;<br />
    background: #E3EBCC;<br />
    font-size: 12px;<br />
    margin-right: 1px;<br />
    padding-top: 0;<br />
    padding-bottom: 0;<br />
}</p>
<p>/* *** Plugins *** */<br />
.tags {<br />
    margin: 1.5em 0;<br />
    font-weight: bold;<br />
    border-top: 1px solid #E3EBCC;<br />
    padding: 2px 0;<br />
}</p>
<p>#wp_grins {<br />
    margin-top: 2px;<br />
}</p>
<p>.pagebar {<br />
    text-align: center;<br />
    line-height: 1.4;<br />
    margin-top: 2em;<br />
}</p>
<p>.pagebar .this-page {<br />
    font-weight: bold;<br />
}</p>
<p>#inhalt .pagebar a {<br />
    border: 1px solid #759D00;<br />
    background: #E3EBCC;<br />
    padding: 2px 5px;<br />
    margin-bottom: 5px;<br />
    text-decoration: none;<br />
}</p>
<p>#inhalt .pagebar a:hover {<br />
    background: #759D00;<br />
    color: #fff;<br />
}<br />
</code></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Das war jetzt eher eine Quick-and-Dirty-Lösung. Vielleicht kann ja nochmal Vladimiar oder ein anderer Stylesheet-Experte einen Blick drauf werfen und das Theme bei Gelegenheit optimieren und als offiziellen Update einstellen.</p>
<p>Danke &amp; Gruß,<br />
hajosch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norman</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-50531</link>
		<dc:creator>Norman</dc:creator>
		<pubDate>Tue, 12 Feb 2008 13:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-50531</guid>
		<description>so, hab jetzt die Lösung.

Wenn man beim Tag &lt;code&gt;img&lt;/code&gt; &lt;code&gt;align&lt;/code&gt; einbaut, verrutsch alles. Wie kann ich jetzt die Bilder ausrichten?</description>
		<content:encoded><![CDATA[<p>so, hab jetzt die Lösung.</p>
<p>Wenn man beim Tag <code>img</code> <code>align</code> einbaut, verrutsch alles. Wie kann ich jetzt die Bilder ausrichten?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norman</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-50476</link>
		<dc:creator>Norman</dc:creator>
		<pubDate>Sat, 09 Feb 2008 19:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-50476</guid>
		<description>Ick bin´s nochmal. Hab selbst noch keine Lösung für das Problem von oben gefunden. :cry:</description>
		<content:encoded><![CDATA[<p>Ick bin´s nochmal. Hab selbst noch keine Lösung für das Problem von oben gefunden. <img src='http://www.perun.net/wp-includes/images/smilies/icon_cry.gif' alt=':cry:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norman</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-50409</link>
		<dc:creator>Norman</dc:creator>
		<pubDate>Tue, 05 Feb 2008 09:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-50409</guid>
		<description>Hallo,

ich benutze das Theme bereits auf zwei Seiten, 
&lt;a href=&quot;http://www.schafgut.de&quot;&gt;SchafGut.de&lt;/a&gt; und &lt;a href=&quot;http://www.norman-im-netz.de/blog&quot;&gt;Norman-im-Netz.de&lt;/a&gt;.
Leider verschieben sich auf der &lt;a href=&quot;http://www.schafgut.de/?page_id=13&quot;&gt;Seite&lt;/a&gt; die unteren Beiträge merkwürdig. Auf &lt;a href=&quot;http://www.norman-im-netz.de/blog&quot;&gt;Norman-im-Netz.de&lt;/a&gt; gibt es diese Problem nicht. Dort habe ich aber auch eine älter WP-Version. Habe das aktuelle Landzilla-Theme.

Liebe Grüße und vielen Dank für dieses schöne Theme,

Norman</description>
		<content:encoded><![CDATA[<p>Hallo,</p>
<p>ich benutze das Theme bereits auf zwei Seiten,<br />
<a href="http://www.schafgut.de">SchafGut.de</a> und <a href="http://www.norman-im-netz.de/blog">Norman-im-Netz.de</a>.<br />
Leider verschieben sich auf der <a href="http://www.schafgut.de/?page_id=13">Seite</a> die unteren Beiträge merkwürdig. Auf <a href="http://www.norman-im-netz.de/blog">Norman-im-Netz.de</a> gibt es diese Problem nicht. Dort habe ich aber auch eine älter WP-Version. Habe das aktuelle Landzilla-Theme.</p>
<p>Liebe Grüße und vielen Dank für dieses schöne Theme,</p>
<p>Norman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perun</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49936</link>
		<dc:creator>Perun</dc:creator>
		<pubDate>Thu, 13 Dec 2007 04:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49936</guid>
		<description>Hallo Mike,

jetzt weiß ich was du meinst: Description (Blog-Thema). Da musst du die header.php in einem Text-Editor öffnen und an der gewünschten Stelle folgendes einfügen:

&lt;code&gt;&lt;?php get_bloginfo(&#039;description&#039;);  ?&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hallo Mike,</p>
<p>jetzt weiß ich was du meinst: Description (Blog-Thema). Da musst du die header.php in einem Text-Editor öffnen und an der gewünschten Stelle folgendes einfügen:</p>
<p><code>&lt;?php get_bloginfo('description');  ?&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49934</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 12 Dec 2007 23:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49934</guid>
		<description>Hallo Perun,

I habe Heute Landzilla-2.3 installiert.  Ein schoenes Thema. Danke fuer die Arbeit!

Was Ich mit &quot;Tagline&quot; meinte sieht man unter &quot;General Options&quot; im WordPress 2.3.1 Verwaltungssicht.

Die erste Linie heisst &quot;Blog Title:&quot; (z.B. RotHausBrau.de)

Die zweite Linie heisst &quot;Tagline:&quot;  (z.B. Reinheitsgebot und noch was!)

Es ist diese zweite Linie die Ich gerne neben oder unter dem Blog Title im Landzilla haben wurde.  (anderes Beispiel:  Blog Title = Haribo macht Kinder froh.  Tagline = Und Erwachsene ebenso)

 ;)

Waere sowas moeglich in Landzilla?

Danke!

Mike</description>
		<content:encoded><![CDATA[<p>Hallo Perun,</p>
<p>I habe Heute Landzilla-2.3 installiert.  Ein schoenes Thema. Danke fuer die Arbeit!</p>
<p>Was Ich mit &#034;Tagline&#034; meinte sieht man unter &#034;General Options&#034; im WordPress 2.3.1 Verwaltungssicht.</p>
<p>Die erste Linie heisst &#034;Blog Title:&#034; (z.B. RotHausBrau.de)</p>
<p>Die zweite Linie heisst &#034;Tagline:&#034;  (z.B. Reinheitsgebot und noch was!)</p>
<p>Es ist diese zweite Linie die Ich gerne neben oder unter dem Blog Title im Landzilla haben wurde.  (anderes Beispiel:  Blog Title = Haribo macht Kinder froh.  Tagline = Und Erwachsene ebenso)</p>
<p> <img src='http://www.perun.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Waere sowas moeglich in Landzilla?</p>
<p>Danke!</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perun</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49933</link>
		<dc:creator>Perun</dc:creator>
		<pubDate>Wed, 12 Dec 2007 19:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49933</guid>
		<description>Hallo Mike,

&lt;blockquote&gt;Verzeihen Sie mir mein Deutsch, aber&lt;/blockquote&gt;

keine Sorge, dein Deutsch ist OK.

&lt;blockquote&gt;Gibt es eine Weise wie man ein website &quot;Tagline&quot; in Landzilla sichtbar machen kann?&lt;/blockquote&gt;

Falls du meinst das die tags sichtbar werden, dann würde ich dir empfehlen, die aktuelle Version von Landzilla (siehe &lt;a href=&quot;/downloads/&quot;&gt;Download-Sektion&lt;/a&gt;) zu installieren.</description>
		<content:encoded><![CDATA[<p>Hallo Mike,</p>
<blockquote><p>Verzeihen Sie mir mein Deutsch, aber</p></blockquote>
<p>keine Sorge, dein Deutsch ist OK.</p>
<blockquote><p>Gibt es eine Weise wie man ein website &#034;Tagline&#034; in Landzilla sichtbar machen kann?</p></blockquote>
<p>Falls du meinst das die tags sichtbar werden, dann würde ich dir empfehlen, die aktuelle Version von Landzilla (siehe <a href="/downloads/">Download-Sektion</a>) zu installieren.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49931</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 12 Dec 2007 16:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49931</guid>
		<description>Verzeihen Sie mir mein Deutsch, aber

Gibt es eine Weise wie man ein website &quot;Tagline&quot; in Landzilla sichtbar machen kann?

Besten Dank.

Mike</description>
		<content:encoded><![CDATA[<p>Verzeihen Sie mir mein Deutsch, aber</p>
<p>Gibt es eine Weise wie man ein website &#034;Tagline&#034; in Landzilla sichtbar machen kann?</p>
<p>Besten Dank.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurzmelder</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49874</link>
		<dc:creator>Kurzmelder</dc:creator>
		<pubDate>Tue, 04 Dec 2007 13:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49874</guid>
		<description>Hallo Perun, 

vielen Dank für die Antwort und den Link zu den anderen Themes.</description>
		<content:encoded><![CDATA[<p>Hallo Perun, </p>
<p>vielen Dank für die Antwort und den Link zu den anderen Themes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perun</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49825</link>
		<dc:creator>Perun</dc:creator>
		<pubDate>Fri, 30 Nov 2007 08:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49825</guid>
		<description>@Kurzmelder,

ich habe die &lt;a href=&quot;http://www.wordpress-themes.perun.net&quot;&gt;frei verfügbaren Themes&lt;/a&gt;, welche ich erstellt habe, alle unter WP 2.3 getestet.</description>
		<content:encoded><![CDATA[<p>@Kurzmelder,</p>
<p>ich habe die <a href="http://www.wordpress-themes.perun.net">frei verfügbaren Themes</a>, welche ich erstellt habe, alle unter WP 2.3 getestet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurzmelder</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49822</link>
		<dc:creator>Kurzmelder</dc:creator>
		<pubDate>Thu, 29 Nov 2007 12:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49822</guid>
		<description>Das Theme gefällt mir und vielen Dank für die Veröffentlichung.
Ich nutze WP 2.3.1 und würde gerne wissen, ob jemand dieses Theme bereits auf der aktuellsten Version von WP nutzt und ob es Probleme gibt.

Danke im Voraus!</description>
		<content:encoded><![CDATA[<p>Das Theme gefällt mir und vielen Dank für die Veröffentlichung.<br />
Ich nutze WP 2.3.1 und würde gerne wissen, ob jemand dieses Theme bereits auf der aktuellsten Version von WP nutzt und ob es Probleme gibt.</p>
<p>Danke im Voraus!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wolf-dieter</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49300</link>
		<dc:creator>wolf-dieter</dc:creator>
		<pubDate>Sun, 28 Oct 2007 11:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49300</guid>
		<description>Nochmal Hallo,

wenn wir einen Kommentar auf dieser Seite bearbeiten, um z.B. Rechtschreibefehler zu korrigieren, werden alle Formatierungen nach dem Speichern als Text angezeigt (z.B. &lt;p&gt;), seltsam. Es gibt keine Möglichkeit, den Editor auf &quot;Code&quot; umzuschalten.</description>
		<content:encoded><![CDATA[<p>Nochmal Hallo,</p>
<p>wenn wir einen Kommentar auf dieser Seite bearbeiten, um z.B. Rechtschreibefehler zu korrigieren, werden alle Formatierungen nach dem Speichern als Text angezeigt (z.B. &lt;p&gt;), seltsam. Es gibt keine Möglichkeit, den Editor auf &#034;Code&#034; umzuschalten.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wolf-dieter</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49238</link>
		<dc:creator>wolf-dieter</dc:creator>
		<pubDate>Thu, 18 Oct 2007 10:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49238</guid>
		<description>Hallo,

meine Tochter und ihre Freundin (12 und 11 Jahre) haben jetzt ein eigenes &lt;a href=&quot;http://hari-lu-und-du.de&quot;&gt;Blog&lt;/a&gt; mit Deinem Theme incl. Themeswitcher - klasse.</description>
		<content:encoded><![CDATA[<p>Hallo,</p>
<p>meine Tochter und ihre Freundin (12 und 11 Jahre) haben jetzt ein eigenes <a href="http://hari-lu-und-du.de">Blog</a> mit Deinem Theme incl. Themeswitcher &#8211; klasse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49133</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Thu, 27 Sep 2007 08:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-49133</guid>
		<description>Hallo, super Theme - toll das sowas zum benutzen (+lernen) gibt!

bin leider auch noch wordpress neuling und wälze u.a. gerade das buch.... 


versuche gerade zwischen den haupt-links (es gibt unterlinks) etwas  mehr Platz einzustellen - wg der Übersicht...

da jemand nen tip für mich?</description>
		<content:encoded><![CDATA[<p>Hallo, super Theme &#8211; toll das sowas zum benutzen (+lernen) gibt!</p>
<p>bin leider auch noch wordpress neuling und wälze u.a. gerade das buch&#8230;. </p>
<p>versuche gerade zwischen den haupt-links (es gibt unterlinks) etwas  mehr Platz einzustellen &#8211; wg der Übersicht&#8230;</p>
<p>da jemand nen tip für mich?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-48676</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Fri, 10 Aug 2007 17:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-48676</guid>
		<description>Hallo Perun,

vielen Dank, so klappt es. Diese Lösung hatte ich auch schon gefunden. Leider kann man so die Trennung und Anzeige von Blogroll und normalen Links nicht automatisieren. 

Ich bekomme es mit den bekannte Befehlen zwar hin, aber habe dann hinter der kleinen Grafik der Überschrift noch einen zusätzlichen Punkt wie bei einer normalen Liste, wodurch die Überschrift zusätzlich eingerückt wird.

Das wird wohl mit dem Styleesheet zusammenhängen?

Grüße,
Karl</description>
		<content:encoded><![CDATA[<p>Hallo Perun,</p>
<p>vielen Dank, so klappt es. Diese Lösung hatte ich auch schon gefunden. Leider kann man so die Trennung und Anzeige von Blogroll und normalen Links nicht automatisieren. </p>
<p>Ich bekomme es mit den bekannte Befehlen zwar hin, aber habe dann hinter der kleinen Grafik der Überschrift noch einen zusätzlichen Punkt wie bei einer normalen Liste, wodurch die Überschrift zusätzlich eingerückt wird.</p>
<p>Das wird wohl mit dem Styleesheet zusammenhängen?</p>
<p>Grüße,<br />
Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perun</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-48670</link>
		<dc:creator>Perun</dc:creator>
		<pubDate>Fri, 10 Aug 2007 15:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-48670</guid>
		<description>@Karl,

versuche mal folgendes:

&lt;code&gt;&lt;h2&gt;Blogroll&lt;/h2&gt;
&lt;ul&gt;
&lt;?php get_links(&#039;&#039;, &#039;&lt;li&gt;&#039;, &#039;&lt;/li&gt;&#039;, &#039;&#039;, FALSE, &#039;id&#039;, FALSE, 
FALSE, 15, FALSE, TRUE); ?&gt;
&lt;/ul&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Karl,</p>
<p>versuche mal folgendes:</p>
<p><code>&#60;h2&#62;Blogroll&#60;/h2&#62;<br />
&#60;ul&#62;<br />
&#60;?php get_links('', '&#60;li&#62;', '&#60;/li&#62;', '', FALSE, 'id', FALSE,<br />
FALSE, 15, FALSE, TRUE); ?&#62;<br />
&#60;/ul&#62;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-48667</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Fri, 10 Aug 2007 14:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-48667</guid>
		<description>Hallo,

kannst Du mir einen Tipp geben, wie ich die Blogroll bzw die Links auf die Startseite bekomme ohne Widgets bemühen zu müssen? 

Grüße,
Karl</description>
		<content:encoded><![CDATA[<p>Hallo,</p>
<p>kannst Du mir einen Tipp geben, wie ich die Blogroll bzw die Links auf die Startseite bekomme ohne Widgets bemühen zu müssen? </p>
<p>Grüße,<br />
Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nina</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-48432</link>
		<dc:creator>Nina</dc:creator>
		<pubDate>Wed, 25 Jul 2007 17:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-48432</guid>
		<description>Hallo, 
ich weiß nicht ob ich hier richtig bin. Ich bin absoluter Neuling und hole mir meine Infos irgendwie zusammen. Ich finde die Seite passt gut zu meinem Anliegen...ich würde aber sehr gerne die Bilder veränderen, damit es eine individuelle Seite wird. Leider weiß ich überhaupt nicht wie das geht und ob das überhaupt Okay ist. Kann mir jemand helfen.
Vielen Dank!</description>
		<content:encoded><![CDATA[<p>Hallo,<br />
ich weiß nicht ob ich hier richtig bin. Ich bin absoluter Neuling und hole mir meine Infos irgendwie zusammen. Ich finde die Seite passt gut zu meinem Anliegen&#8230;ich würde aber sehr gerne die Bilder veränderen, damit es eine individuelle Seite wird. Leider weiß ich überhaupt nicht wie das geht und ob das überhaupt Okay ist. Kann mir jemand helfen.<br />
Vielen Dank!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldviertel Blog</title>
		<link>http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-48407</link>
		<dc:creator>Waldviertel Blog</dc:creator>
		<pubDate>Fri, 20 Jul 2007 11:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.perun.net/2007/03/13/update-fuer-landzilla/#comment-48407</guid>
		<description>Hallo,

ich habe Landzilla mit Wordpress 2.2.1 installiert.
Funktioniert einwandfrei - besten Dank.</description>
		<content:encoded><![CDATA[<p>Hallo,</p>
<p>ich habe Landzilla mit WordPress 2.2.1 installiert.<br />
Funktioniert einwandfrei &#8211; besten Dank.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

