<?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>WordPressing &#187; Display</title>
	<atom:link href="http://wordpressing.info/tag/display/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpressing.info</link>
	<description>WordPress Tutorials, Plugins &#38; Themes</description>
	<lastBuildDate>Fri, 25 Feb 2011 20:29:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Fix checkbox width in Thesis Theme</title>
		<link>http://wordpressing.info/fix-checkbox-width-in-thesis-theme/</link>
		<comments>http://wordpressing.info/fix-checkbox-width-in-thesis-theme/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 10:19:21 +0000</pubDate>
		<dc:creator>Martin Metzmacher</dc:creator>
				<category><![CDATA[Thesis Theme]]></category>
		<category><![CDATA[Checkbox]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Thesis]]></category>

		<guid isPermaLink="false">http://wordpressing.info/?p=93</guid>
		<description><![CDATA[In life pretty much everything si simple if you know how to do it. The same applies to the checkboxes in Thesis Theme. This looks broken to me. There is a wide space around the checkbox, which does not make sense to me. But&#8230;I am not a CSS person, so I did not get that [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>In life pretty much everything si simple if you know how to do it. The same applies to the checkboxes in Thesis Theme.</p>
<p><img class="alignright size-full wp-image-94" title="thesis-theme-checkbox" src="http://wordpressing.info/wp-content/uploads/2010/03/thesis-theme-checkbox.png" alt="Thesis Theme broken checkbox width" width="500" height="207" /></p>
<p>This looks broken to me. There is a wide space around the checkbox, which does not make sense to me. But&#8230;I am not a CSS person, so I did not get that fixed. Thanks to the Thesis Theme Support Forum (actually thanks to <a href="http://thesislab.net/">ThesisLab.net</a>) I was able to fix that problem with just two lines of CSS code.</p>
<p><pre><code>
.custom .format_text input, #commentform input, #commentform textarea {
width:auto;
}
</code></pre></p>
<p>Zack! Done! Switched around text and labels&#8230;now it looks beautiful!</p>
<p><img src="http://wordpressing.info/wp-content/uploads/2010/03/checkbox-fix-thesis.png" alt="fixed checkbox width Thesis Theme" title="checkbox-fix-thesis" width="367" height="180" class="alignright size-full wp-image-95" /></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressing.info/fix-checkbox-width-in-thesis-theme/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Show no Teasers on Thesis Home Page</title>
		<link>http://wordpressing.info/no-teasers-thesis-theme/</link>
		<comments>http://wordpressing.info/no-teasers-thesis-theme/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 09:46:46 +0000</pubDate>
		<dc:creator>Martin Metzmacher</dc:creator>
				<category><![CDATA[Thesis Theme]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[Home Page]]></category>
		<category><![CDATA[Options]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[Settings]]></category>
		<category><![CDATA[Teaser]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[Thesis]]></category>

		<guid isPermaLink="false">http://wordpressing.info/?p=87</guid>
		<description><![CDATA[Sometimes you do not want to show any teasers inyour specific Thesis Theme. But how to turn them of and show &#8211; let say only 3 fully featured posts on the homep page of your blog? Well that is actually pretty easy. The first thing you need to do is to go into Thesis Theme [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignright size-full wp-image-88" title="Wordpress-thesis-theme-options" src="http://wordpressing.info/wp-content/uploads/2010/03/Wordpress-thesis-theme-options.png" alt="" width="301" height="375" /></p>
<p style="text-align: left;">Sometimes you do not want to show any teasers inyour specific Thesis Theme. But how to turn them of and show &#8211; let say only 3 fully featured posts on the homep page of your blog? Well that is actually pretty easy. The first thing you need to do is to go into Thesis Theme options and click on &#8220;Home Page Display&#8221;. Select the number of featured post you want to show on home (for example 3).</p>
<p style="text-align: left;">Then go to the general settings in your WordPress blog and select &#8220;Reading Settings&#8221;. Here you can enter the amout of Blog posts you want to show on you &#8230;you guessed it&#8230;Home Page!</p>
<p style="text-align: left;">
<p style="text-align: left;"><img class="size-full wp-image-89 alignnone" title="Wordpress-thesis-theme-general-options" src="http://wordpressing.info/wp-content/uploads/2010/03/Wordpress-thesis-theme-general-options.png" alt="" width="452" height="303" /></p>
<p>Make that also 3 posts. This way you have your general WordPress settings and you Thesis Theme WordPress setting &#8220;in sync&#8221;.</p>
<p>Happy Blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressing.info/no-teasers-thesis-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

