<?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: How to get magazine style WordPress blog with Thesis Theme teasers</title>
	<atom:link href="http://www.howtomakemyblog.com/thesis/how-to-get-magazine-style-wordpress-blog-with-thesis-theme-teasers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtomakemyblog.com/thesis/how-to-get-magazine-style-wordpress-blog-with-thesis-theme-teasers/</link>
	<description>What bloggers need to create a blog</description>
	<lastBuildDate>Thu, 29 Jul 2010 13:12:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: slava</title>
		<link>http://www.howtomakemyblog.com/thesis/how-to-get-magazine-style-wordpress-blog-with-thesis-theme-teasers/comment-page-2/#comment-69777</link>
		<dc:creator>slava</dc:creator>
		<pubDate>Mon, 12 Apr 2010 09:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtomakemyblog.com/?p=2285#comment-69777</guid>
		<description>Many thanks, I long ago searched for this</description>
		<content:encoded><![CDATA[<p>Many thanks, I long ago searched for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alix</title>
		<link>http://www.howtomakemyblog.com/thesis/how-to-get-magazine-style-wordpress-blog-with-thesis-theme-teasers/comment-page-1/#comment-58434</link>
		<dc:creator>alix</dc:creator>
		<pubDate>Wed, 24 Feb 2010 01:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtomakemyblog.com/?p=2285#comment-58434</guid>
		<description>Hi Jon,

I&#039;m trying to get my blog text to justify. I tried adding the text you suggest to my custom .css file but nothing is happening. Where exactly should I add it.  This is where it is right now:

/* These lines removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content and set container and header backgrounds*/
.custom #header { padding: 0; }
.custom #container { margin-top: 0em;
margin-bottom: oem; padding: 0em;}
/*eliminate header white space */
.custom #header_area .page {padding-top: 0em;}

/*To remove lines between content and sidebars*/
.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
       
}
.custom #content_box, .custom #column_wrap {
        background: none;

}

.custom .teaser p { text-align: justify; }



/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the  tag 
will be appended with the &quot;custom&quot; class, like so: . You can use 
the &quot;custom&quot; class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	&lt;--- This makes links green
	.custom a:hover { color: #00f; }	&lt;--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the &quot;custom&quot; class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

*/</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>I&#8217;m trying to get my blog text to justify. I tried adding the text you suggest to my custom .css file but nothing is happening. Where exactly should I add it.  This is where it is right now:</p>
<p>/* These lines removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content and set container and header backgrounds*/<br />
.custom #header { padding: 0; }<br />
.custom #container { margin-top: 0em;<br />
margin-bottom: oem; padding: 0em;}<br />
/*eliminate header white space */<br />
.custom #header_area .page {padding-top: 0em;}</p>
<p>/*To remove lines between content and sidebars*/<br />
.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {<br />
        border-bottom: 0px;<br />
        border-top: 0px;<br />
        border-right: 0px;<br />
        border-left: 0px;</p>
<p>}<br />
.custom #content_box, .custom #column_wrap {<br />
        background: none;</p>
<p>}</p>
<p>.custom .teaser p { text-align: justify; }</p>
<p>/*<br />
File:			custom.css<br />
Description:	Custom styles for Thesis</p>
<p>BASIC USAGE:</p>
<p>If you have enabled the custom stylesheet in the Thesis options panel, the  tag<br />
will be appended with the &#8220;custom&#8221; class, like so: . You can use<br />
the &#8220;custom&#8221; class to override *any* CSS declarations contained in the style.css file.</p>
<p>For example, if you wish to change the default link color to green, you would add the<br />
following declarations to this file:</p>
<p>	.custom a, .custom a:visited { color: #090; }	&lt;&#8212; This makes links green<br />
	.custom a:hover { color: #00f; }	&lt;&#8212; This makes links blue when you mouse over them</p>
<p>WHY THIS WORKS:</p>
<p>By using the &quot;custom&quot; class, you are creating more specific CSS declarations for HTML<br />
elements. CSS styling is applied through rules of specificity, and because declarations<br />
prepended with .custom are more specific, they get applied when the page is rendered!</p>
<p>*/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.howtomakemyblog.com/thesis/how-to-get-magazine-style-wordpress-blog-with-thesis-theme-teasers/comment-page-2/#comment-55138</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 09 Feb 2010 00:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtomakemyblog.com/?p=2285#comment-55138</guid>
		<description>Marko,
What do you mean when you write...

&quot;Just use the Thesis option “Post image and Thumbnail” when adding pictures to your blog posts.&quot;

Where is that option?

thanks,
Dave</description>
		<content:encoded><![CDATA[<p>Marko,<br />
What do you mean when you write&#8230;</p>
<p>&#8220;Just use the Thesis option “Post image and Thumbnail” when adding pictures to your blog posts.&#8221;</p>
<p>Where is that option?</p>
<p>thanks,<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.howtomakemyblog.com/thesis/how-to-get-magazine-style-wordpress-blog-with-thesis-theme-teasers/comment-page-2/#comment-54394</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtomakemyblog.com/?p=2285#comment-54394</guid>
		<description>Marko, I know how to add a video to a post. What is the code to wrap text around the video? 

Thanks Great info!!!!</description>
		<content:encoded><![CDATA[<p>Marko, I know how to add a video to a post. What is the code to wrap text around the video? </p>
<p>Thanks Great info!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.howtomakemyblog.com/thesis/how-to-get-magazine-style-wordpress-blog-with-thesis-theme-teasers/comment-page-2/#comment-51449</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 15 Jan 2010 05:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtomakemyblog.com/?p=2285#comment-51449</guid>
		<description>Hello I just tried doing this and I cant find any options titles under &quot;Teaser Display Options&quot;.
I tried doing this and still my blog looks the same.I want my home page to look like a website giving small info of all my pages I posted recently.And if some one click on Read more,they will reach my blog post.Can someone tell me how to make my blog look like that?</description>
		<content:encoded><![CDATA[<p>Hello I just tried doing this and I cant find any options titles under &#8220;Teaser Display Options&#8221;.<br />
I tried doing this and still my blog looks the same.I want my home page to look like a website giving small info of all my pages I posted recently.And if some one click on Read more,they will reach my blog post.Can someone tell me how to make my blog look like that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DailyManila</title>
		<link>http://www.howtomakemyblog.com/thesis/how-to-get-magazine-style-wordpress-blog-with-thesis-theme-teasers/comment-page-2/#comment-44411</link>
		<dc:creator>DailyManila</dc:creator>
		<pubDate>Wed, 09 Dec 2009 23:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtomakemyblog.com/?p=2285#comment-44411</guid>
		<description>Hi. Thanks for this informative post about Thesis and teasers. Is there a way to customize the image caption text when using the built-in feature of Wordpress? The default style center aligns the text and no other option to align the text inside the caption box.</description>
		<content:encoded><![CDATA[<p>Hi. Thanks for this informative post about Thesis and teasers. Is there a way to customize the image caption text when using the built-in feature of WordPress? The default style center aligns the text and no other option to align the text inside the caption box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://www.howtomakemyblog.com/thesis/how-to-get-magazine-style-wordpress-blog-with-thesis-theme-teasers/comment-page-2/#comment-30146</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Sun, 27 Sep 2009 16:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtomakemyblog.com/?p=2285#comment-30146</guid>
		<description>I’m sure you know this too, but I just found out that if do use this way of displaying pictures in your posts that the pictures don’t show in your RSS Feed. That’s kind of turn off for me, since I try to use pics to enhance my topic. I may wait till a further upgrade before I worry about getting this going now</description>
		<content:encoded><![CDATA[<p>I’m sure you know this too, but I just found out that if do use this way of displaying pictures in your posts that the pictures don’t show in your RSS Feed. That’s kind of turn off for me, since I try to use pics to enhance my topic. I may wait till a further upgrade before I worry about getting this going now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Saric</title>
		<link>http://www.howtomakemyblog.com/thesis/how-to-get-magazine-style-wordpress-blog-with-thesis-theme-teasers/comment-page-/#comment-29657</link>
		<dc:creator>Marko Saric</dc:creator>
		<pubDate>Wed, 23 Sep 2009 22:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtomakemyblog.com/?p=2285#comment-29657</guid>
		<description>Thesis resizes your teaser images automatically as well.</description>
		<content:encoded><![CDATA[<p>Thesis resizes your teaser images automatically as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Happy Hotelier</title>
		<link>http://www.howtomakemyblog.com/thesis/how-to-get-magazine-style-wordpress-blog-with-thesis-theme-teasers/comment-page-2/#comment-27970</link>
		<dc:creator>Happy Hotelier</dc:creator>
		<pubDate>Sat, 12 Sep 2009 09:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtomakemyblog.com/?p=2285#comment-27970</guid>
		<description>Twas just a bit hap snap, I use woopra and sometimes clicked  on referring images that found my blog via Google images. All my images are copied and pasted in my posts. When I had teasers or excerpts only - for a certain period-, I noticed that the (in)famous Google frame showing the blog post didn&#039;t load the post: When an image was clicked one couldn&#039;t see the context where the image was placed in. In my mind a sure way of not clicking after finding a certain image...</description>
		<content:encoded><![CDATA[<p>Twas just a bit hap snap, I use woopra and sometimes clicked  on referring images that found my blog via Google images. All my images are copied and pasted in my posts. When I had teasers or excerpts only &#8211; for a certain period-, I noticed that the (in)famous Google frame showing the blog post didn&#8217;t load the post: When an image was clicked one couldn&#8217;t see the context where the image was placed in. In my mind a sure way of not clicking after finding a certain image&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Saric</title>
		<link>http://www.howtomakemyblog.com/thesis/how-to-get-magazine-style-wordpress-blog-with-thesis-theme-teasers/comment-page-2/#comment-27958</link>
		<dc:creator>Marko Saric</dc:creator>
		<pubDate>Sat, 12 Sep 2009 07:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtomakemyblog.com/?p=2285#comment-27958</guid>
		<description>Interesting, if you want please do send me your research and I will take a look at it. Thanks.</description>
		<content:encoded><![CDATA[<p>Interesting, if you want please do send me your research and I will take a look at it. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
