<?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"
	>
<channel>
	<title>Comments for WP-Magazine Theme</title>
	<atom:link href="http://www.wp-magazine.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wp-magazine.com</link>
	<description>The Premium WordPress Magazine Theme From Solostream Web Studio</description>
	<pubDate>Wed, 08 Oct 2008 08:51:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on How to Add Your Own Logo to WP-Magazine Theme by stefan</title>
		<link>http://www.wp-magazine.com/2007/12/how-to-add-your-own-logo-to-wp-magazine-theme/#comment-7758</link>
		<dc:creator>stefan</dc:creator>
		<pubDate>Tue, 07 Oct 2008 19:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-magazine.com/2007/12/how-to-add-your-own-logo-to-wp-magazine-theme/#comment-7758</guid>
		<description>I fixed it!!!! Sorry for buggin you!!! Ahhhhh... love the template though!!!!! thx!!!!</description>
		<content:encoded><![CDATA[<p>I fixed it!!!! Sorry for buggin you!!! Ahhhhh&#8230; love the template though!!!!! thx!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Add Your Own Logo to WP-Magazine Theme by stefan</title>
		<link>http://www.wp-magazine.com/2007/12/how-to-add-your-own-logo-to-wp-magazine-theme/#comment-7753</link>
		<dc:creator>stefan</dc:creator>
		<pubDate>Tue, 07 Oct 2008 15:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-magazine.com/2007/12/how-to-add-your-own-logo-to-wp-magazine-theme/#comment-7753</guid>
		<description>Michael,

Thanks for your quick response yesterday!!! One more issue... I can see the header image in Safari, but not in any other browser. The file is uploaded, the directory is correct, I double checked the code... the image is 214 Height...

Here is my CSS...

&lt;code&gt;#header {&lt;br /&gt;
&#160;&#160;clear: both;&lt;br /&gt;
&#160;&#160;padding: 0;&lt;br /&gt;
&#160;&#160;margin: 0 auto;&lt;br /&gt;
&#160;&#160;}&lt;br /&gt;
&#160;&lt;br /&gt;
#header .sitehead-left {&lt;br /&gt;
&#160;&#160;width:50%;&lt;br /&gt;
&#160;&#160;float:left;&lt;br /&gt;
&#160;&#160;margin:0;&lt;br /&gt;
&#160;&#160;padding:0;&lt;br /&gt;
&#160;&#160;background:url(images/myd_logo.jpg) top left no-repeat;&lt;br /&gt;
&#160;&#160;height:214px;&lt;br /&gt;
&#160;&#160;}&lt;br /&gt;
&#160;&lt;br /&gt;
#header .sitehead-right {&lt;br /&gt;
&#160;&#160;width:49%;&lt;br /&gt;
&#160;&#160;float:right;&lt;br /&gt;
&#160;&#160;margin:0;&lt;br /&gt;
&#160;&#160;padding:0;&lt;br /&gt;
&#160;&#160;}&lt;br /&gt;
&#160;&lt;br /&gt;
#header .sitehead-left p {&lt;br /&gt;
&#160;&#160;position:absolute;&lt;br /&gt;
&#160;&#160;text-indent:-999em;&lt;br /&gt;
&#160;&#160;margin:0;&lt;br /&gt;
&#160;&#160;height:214px;&lt;br /&gt;
&#160;&#160;line-height:26px;&lt;br /&gt;
&#160;&#160;}&lt;br /&gt;
&#160;&lt;br /&gt;
#header .sitehead-right p {&lt;br /&gt;
&#160;&#160;clear: both;&lt;br /&gt;
&#160;&#160;float:right;&lt;br /&gt;
&#160;&#160;margin:0;&lt;br /&gt;
&#160;&#160;height:24px;&lt;br /&gt;
&#160;&#160;line-height:24px;&lt;br /&gt;
&#160;&#160;}&lt;/code&gt;

and...

&lt;code&gt;#header h1 {&lt;br /&gt;
&#160;&#160;position:absolute;&lt;br /&gt;
&#160;&#160;text-indent:-999em;&lt;br /&gt;
&#160;&#160;font-size:20px;&lt;br /&gt;
&#160;&#160;margin:0;&lt;br /&gt;
&#160;&#160;line-height:24px;&lt;br /&gt;
&#160;&#160;height:24px;&#160;&#160;&lt;br /&gt;
&#160;&#160;}&lt;/code&gt;

Thx!</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>Thanks for your quick response yesterday!!! One more issue&#8230; I can see the header image in Safari, but not in any other browser. The file is uploaded, the directory is correct, I double checked the code&#8230; the image is 214 Height&#8230;</p>
<p>Here is my CSS&#8230;</p>
<p><code>#header {<br />
&nbsp;&nbsp;clear: both;<br />
&nbsp;&nbsp;padding: 0;<br />
&nbsp;&nbsp;margin: 0 auto;<br />
&nbsp;&nbsp;}<br />
&nbsp;<br />
#header .sitehead-left {<br />
&nbsp;&nbsp;width:50%;<br />
&nbsp;&nbsp;float:left;<br />
&nbsp;&nbsp;margin:0;<br />
&nbsp;&nbsp;padding:0;<br />
&nbsp;&nbsp;background:url(images/myd_logo.jpg) top left no-repeat;<br />
&nbsp;&nbsp;height:214px;<br />
&nbsp;&nbsp;}<br />
&nbsp;<br />
#header .sitehead-right {<br />
&nbsp;&nbsp;width:49%;<br />
&nbsp;&nbsp;float:right;<br />
&nbsp;&nbsp;margin:0;<br />
&nbsp;&nbsp;padding:0;<br />
&nbsp;&nbsp;}<br />
&nbsp;<br />
#header .sitehead-left p {<br />
&nbsp;&nbsp;position:absolute;<br />
&nbsp;&nbsp;text-indent:-999em;<br />
&nbsp;&nbsp;margin:0;<br />
&nbsp;&nbsp;height:214px;<br />
&nbsp;&nbsp;line-height:26px;<br />
&nbsp;&nbsp;}<br />
&nbsp;<br />
#header .sitehead-right p {<br />
&nbsp;&nbsp;clear: both;<br />
&nbsp;&nbsp;float:right;<br />
&nbsp;&nbsp;margin:0;<br />
&nbsp;&nbsp;height:24px;<br />
&nbsp;&nbsp;line-height:24px;<br />
&nbsp;&nbsp;}</code></p>
<p>and&#8230;</p>
<p><code>#header h1 {<br />
&nbsp;&nbsp;position:absolute;<br />
&nbsp;&nbsp;text-indent:-999em;<br />
&nbsp;&nbsp;font-size:20px;<br />
&nbsp;&nbsp;margin:0;<br />
&nbsp;&nbsp;line-height:24px;<br />
&nbsp;&nbsp;height:24px;&nbsp;&nbsp;<br />
&nbsp;&nbsp;}</code></p>
<p>Thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Add 125&#215;125 Banner Ads to Your Sidebar by aran</title>
		<link>http://www.wp-magazine.com/2008/05/how-to-add-125x125-banner-ads-to-your-sidebar/#comment-7747</link>
		<dc:creator>aran</dc:creator>
		<pubDate>Tue, 07 Oct 2008 10:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-magazine.com/2008/05/how-to-add-125x125-banner-ads-to-your-sidebar/#comment-7747</guid>
		<description>hey I know it is cheating, but I like the banner ad area for running a National Geographic feed, so I use a plugin called show125 from a French guy who goes by the name of X'or - find him here
http://www.x-or.be/blog/
not perfect but with some tweaking will work well
hope this is of some help
a</description>
		<content:encoded><![CDATA[<p>hey I know it is cheating, but I like the banner ad area for running a National Geographic feed, so I use a plugin called show125 from a French guy who goes by the name of X&#8217;or - find him here<br />
<a href="http://www.x-or.be/blog/" rel="nofollow">http://www.x-or.be/blog/</a><br />
not perfect but with some tweaking will work well<br />
hope this is of some help<br />
a</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Activate the Author Bio and Gravatar by Catherine</title>
		<link>http://www.wp-magazine.com/2007/12/how-to-activate-the-author-bio-and-gravatar/#comment-7727</link>
		<dc:creator>Catherine</dc:creator>
		<pubDate>Mon, 06 Oct 2008 22:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-magazine.com/2007/12/how-to-activate-the-author-bio-and-gravatar/#comment-7727</guid>
		<description>Testing!</description>
		<content:encoded><![CDATA[<p>Testing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Activate the Author Bio and Gravatar by Zach</title>
		<link>http://www.wp-magazine.com/2007/12/how-to-activate-the-author-bio-and-gravatar/#comment-7719</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Mon, 06 Oct 2008 17:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-magazine.com/2007/12/how-to-activate-the-author-bio-and-gravatar/#comment-7719</guid>
		<description>Testing my gravatar</description>
		<content:encoded><![CDATA[<p>Testing my gravatar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Make Your Featured Articles Scroll Automatically by stefan</title>
		<link>http://www.wp-magazine.com/2008/01/how-to-make-your-featured-articles-scroll-automatically/#comment-7717</link>
		<dc:creator>stefan</dc:creator>
		<pubDate>Mon, 06 Oct 2008 15:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-magazine.com/2008/01/how-to-make-your-featured-articles-scroll-automatically/#comment-7717</guid>
		<description>Micheal, I can not get the image to show in the feature scroller section. iI have added the custom field thumbnail code etc etc... the image shows everywhere but in the feature articles on the homepage - I have implemented the auto scroller...

can you help??

thx</description>
		<content:encoded><![CDATA[<p>Micheal, I can not get the image to show in the feature scroller section. iI have added the custom field thumbnail code etc etc&#8230; the image shows everywhere but in the feature articles on the homepage - I have implemented the auto scroller&#8230;</p>
<p>can you help??</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Write Posts With WP-Magazine Theme by abby</title>
		<link>http://www.wp-magazine.com/2008/08/how-to-write-posts-with-wp-magazine-theme/#comment-7712</link>
		<dc:creator>abby</dc:creator>
		<pubDate>Mon, 06 Oct 2008 10:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-magazine.com/?p=129#comment-7712</guid>
		<description>this theme is great :) thank you for sharing this to us</description>
		<content:encoded><![CDATA[<p>this theme is great <img src='http://www.wp-magazine.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> thank you for sharing this to us</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Activate the Author Bio and Gravatar by Praveen Verma</title>
		<link>http://www.wp-magazine.com/2007/12/how-to-activate-the-author-bio-and-gravatar/#comment-7707</link>
		<dc:creator>Praveen Verma</dc:creator>
		<pubDate>Mon, 06 Oct 2008 05:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-magazine.com/2007/12/how-to-activate-the-author-bio-and-gravatar/#comment-7707</guid>
		<description>Hi Michael, Thanks for creating this great theme and great site with lot of tutorials. I want to provide more visibility to my authors. Therefore, I need to create their Biography pages. I do not want to make them look like posts with comments. In fact it could be stand alone pages and can be called by clicking author name link from the posts. Here are my questions.

Quest 1: How can we create author pages without comments and without assigning any category to them, however, I do not want them in uncategorized section also.

Quest 2: How can we change Archive for "Author" to Posts by "Author"

Quest 3: Is there a way to list all the authors in column 2 of Home Page 1 (Author with the latest post stays at the top). Clicking on the names here will take the users to their respective profiles. If there are many authors then the last name could be "More" link which takes to the author list page where all the authors associated with the site are displayed. From the list the user can reach to specific profile he is interested in.

Please give me some direction. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Michael, Thanks for creating this great theme and great site with lot of tutorials. I want to provide more visibility to my authors. Therefore, I need to create their Biography pages. I do not want to make them look like posts with comments. In fact it could be stand alone pages and can be called by clicking author name link from the posts. Here are my questions.</p>
<p>Quest 1: How can we create author pages without comments and without assigning any category to them, however, I do not want them in uncategorized section also.</p>
<p>Quest 2: How can we change Archive for &#8220;Author&#8221; to Posts by &#8220;Author&#8221;</p>
<p>Quest 3: Is there a way to list all the authors in column 2 of Home Page 1 (Author with the latest post stays at the top). Clicking on the names here will take the users to their respective profiles. If there are many authors then the last name could be &#8220;More&#8221; link which takes to the author list page where all the authors associated with the site are displayed. From the list the user can reach to specific profile he is interested in.</p>
<p>Please give me some direction. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Make Your Featured Articles Scroll Automatically by Michael Pollock</title>
		<link>http://www.wp-magazine.com/2008/01/how-to-make-your-featured-articles-scroll-automatically/#comment-7672</link>
		<dc:creator>Michael Pollock</dc:creator>
		<pubDate>Sat, 04 Oct 2008 15:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-magazine.com/2008/01/how-to-make-your-featured-articles-scroll-automatically/#comment-7672</guid>
		<description>&gt;&gt;&gt;&gt;&gt; &lt;em&gt;Is it possible to get the automatic scrolling in the Featured section to stop on mouse hover ?&lt;/em&gt;

No, not possible. it will only stop when you click the number of the article.</description>
		<content:encoded><![CDATA[<p>>>>>> <em>Is it possible to get the automatic scrolling in the Featured section to stop on mouse hover ?</em></p>
<p>No, not possible. it will only stop when you click the number of the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Activate the Author Bio and Gravatar by aran</title>
		<link>http://www.wp-magazine.com/2007/12/how-to-activate-the-author-bio-and-gravatar/#comment-7668</link>
		<dc:creator>aran</dc:creator>
		<pubDate>Sat, 04 Oct 2008 08:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-magazine.com/2007/12/how-to-activate-the-author-bio-and-gravatar/#comment-7668</guid>
		<description>Hi all, 
although not specifically a gravatar problem, i am having an intermittent problem ascribing posts to authors. sometimes it will put the correct author at the top sometimes it doesn't. at the moment i have 2 other contributors who submit content direct to me for inclusion, so i post the posts, however when i choose the author and preview the page it shows my bio and mugshot instead of the actual author. at first i thought it was a problem with  the zemanta plugin as this causes curious things to happen unless one is careful, so i deactivated it but the anomaly persists...anyone else out there discovered this yet..
as always magic theme, saw today that the Web Video University is using it too...excellent</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
although not specifically a gravatar problem, i am having an intermittent problem ascribing posts to authors. sometimes it will put the correct author at the top sometimes it doesn&#8217;t. at the moment i have 2 other contributors who submit content direct to me for inclusion, so i post the posts, however when i choose the author and preview the page it shows my bio and mugshot instead of the actual author. at first i thought it was a problem with  the zemanta plugin as this causes curious things to happen unless one is careful, so i deactivated it but the anomaly persists&#8230;anyone else out there discovered this yet..<br />
as always magic theme, saw today that the Web Video University is using it too&#8230;excellent</p>
]]></content:encoded>
	</item>
</channel>
</rss>
