<?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: Put your dormant domains to use with WordPress</title>
	<atom:link href="http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 20:05:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Richard</title>
		<link>http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11586</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 18 Jan 2010 23:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11586</guid>
		<description>hm... i guess this comment form doesn&#039;t like me lol

let&#039;s try it with an html tag
&lt;code&gt;&lt;?php if (is_syndicated()) : ?&gt;
&lt;?php the_excerpt(); ?&gt;
&lt;?php else : ?&gt;
&lt;?php the_content(); ?&gt;
&lt;?php endif; ?&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>hm&#8230; i guess this comment form doesn&#8217;t like me lol</p>
<p>let&#8217;s try it with an html tag<br />
<code>&lt;?php if (is_syndicated()) : ?&gt;<br />
&lt;?php the_excerpt(); ?&gt;<br />
&lt;?php else : ?&gt;<br />
&lt;?php the_content(); ?&gt;<br />
&lt;?php endif; ?&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11585</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 18 Jan 2010 23:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11585</guid>
		<description>Oh okay I found that part with the category now I think. It looks a lot different now tho ( http://i50.tinypic.com/1q1opv.png ). In that case it should be possible to just exclude the &quot;Syndicated Posts Category&quot; and put it below the content?

The code I am using right now is the following in case somebody else needs that:
[code]




[/code]</description>
		<content:encoded><![CDATA[<p>Oh okay I found that part with the category now I think. It looks a lot different now tho ( <a href="http://i50.tinypic.com/1q1opv.png" rel="nofollow">http://i50.tinypic.com/1q1opv.png</a> ). In that case it should be possible to just exclude the &#8220;Syndicated Posts Category&#8221; and put it below the content?</p>
<p>The code I am using right now is the following in case somebody else needs that:<br />
[code]</p>
<p>[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leland</title>
		<link>http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11582</link>
		<dc:creator>Leland</dc:creator>
		<pubDate>Mon, 18 Jan 2010 17:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11582</guid>
		<description>There should be an option in the FeedWordPress page to assign certain feeds to certain categories, like in this &lt;a href=&quot;http://www.themelab.com/wp-content/uploads/feedwordpress-syndicated-post-options.png&quot; rel=&quot;nofollow&quot;&gt;screenshot&lt;/a&gt;.

About the Network News, not sure how they do that, probably something for a future tutorial.

Also you should put your code between &quot;code&quot; tags or it won&#039;t display here.</description>
		<content:encoded><![CDATA[<p>There should be an option in the FeedWordPress page to assign certain feeds to certain categories, like in this <a href="http://www.themelab.com/wp-content/uploads/feedwordpress-syndicated-post-options.png" rel="nofollow">screenshot</a>.</p>
<p>About the Network News, not sure how they do that, probably something for a future tutorial.</p>
<p>Also you should put your code between &#8220;code&#8221; tags or it won&#8217;t display here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11581</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 18 Jan 2010 17:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11581</guid>
		<description>Hi Leland, 

I didn&#039;t find a way to put the syndicated posts into a certain category. That would be great because what I really wanna do is a site that kinda works like smashingmagazine.com. The self written articles first followed by the &quot;Network News&quot;. Do you have any ideas how to do that?

What I am using at the moment to solve my problem (not the best way but good enough at this stage) is the following code:





</description>
		<content:encoded><![CDATA[<p>Hi Leland, </p>
<p>I didn&#8217;t find a way to put the syndicated posts into a certain category. That would be great because what I really wanna do is a site that kinda works like smashingmagazine.com. The self written articles first followed by the &#8220;Network News&#8221;. Do you have any ideas how to do that?</p>
<p>What I am using at the moment to solve my problem (not the best way but good enough at this stage) is the following code:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leland</title>
		<link>http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11576</link>
		<dc:creator>Leland</dc:creator>
		<pubDate>Mon, 18 Jan 2010 14:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11576</guid>
		<description>Richard, if your autoblogged posts are in a certain category, you could use a conditional tag (in_category) to display excerpts for those posts and full content for others outside that category.  More info is in my &lt;a href=&quot;http://www.themelab.com/2008/04/14/the-ultimate-guide-to-wordpress-conditional-tags/&quot; rel=&quot;nofollow&quot;&gt;tutorial&lt;/a&gt; here.</description>
		<content:encoded><![CDATA[<p>Richard, if your autoblogged posts are in a certain category, you could use a conditional tag (in_category) to display excerpts for those posts and full content for others outside that category.  More info is in my <a href="http://www.themelab.com/2008/04/14/the-ultimate-guide-to-wordpress-conditional-tags/" rel="nofollow">tutorial</a> here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11558</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 14 Jan 2010 18:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11558</guid>
		<description>Hi, I am just trying to set up an semi-auto blog but there is a problem I came across. When i try to limit the size of the articles and do this with the_excerpt() method there is no chance for me to write own articles anymore. Any way how I can fix this?</description>
		<content:encoded><![CDATA[<p>Hi, I am just trying to set up an semi-auto blog but there is a problem I came across. When i try to limit the size of the articles and do this with the_excerpt() method there is no chance for me to write own articles anymore. Any way how I can fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11287</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 19 Dec 2009 01:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11287</guid>
		<description>That makes sense.  Thanks for your help!  I appreciate it.</description>
		<content:encoded><![CDATA[<p>That makes sense.  Thanks for your help!  I appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leland</title>
		<link>http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11286</link>
		<dc:creator>Leland</dc:creator>
		<pubDate>Sat, 19 Dec 2009 00:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11286</guid>
		<description>Chris, I don&#039;t have any more aggregator blogs anymore.  About the images, it hotlinks them because their image URL is what is in the feed content.  If you use the_excerpt() I don&#039;t think it will display any images, just text.

It&#039;s not really an issue but how it&#039;s supposed to work, as there isn&#039;t any mechanism to grab the image and cache it on your server that I&#039;m aware of in FeedWordPress.</description>
		<content:encoded><![CDATA[<p>Chris, I don&#8217;t have any more aggregator blogs anymore.  About the images, it hotlinks them because their image URL is what is in the feed content.  If you use the_excerpt() I don&#8217;t think it will display any images, just text.</p>
<p>It&#8217;s not really an issue but how it&#8217;s supposed to work, as there isn&#8217;t any mechanism to grab the image and cache it on your server that I&#8217;m aware of in FeedWordPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11285</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 19 Dec 2009 00:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11285</guid>
		<description>Ah, good idea!  That might be a reasonable workaround, as long as I can find a way to control the excerpt length and make it a little longer.   

I notice that this post is a bit old (although still awesome).  Do you still maintain an aggregator blog somewhere with Feedwordpress?  For some reason Feedwordpress will pull just about everything from the feeds properly, but for some reason it just hotlinks the images instead of placing them on my server.  Have you had this issue?</description>
		<content:encoded><![CDATA[<p>Ah, good idea!  That might be a reasonable workaround, as long as I can find a way to control the excerpt length and make it a little longer.   </p>
<p>I notice that this post is a bit old (although still awesome).  Do you still maintain an aggregator blog somewhere with Feedwordpress?  For some reason Feedwordpress will pull just about everything from the feeds properly, but for some reason it just hotlinks the images instead of placing them on my server.  Have you had this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leland</title>
		<link>http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11284</link>
		<dc:creator>Leland</dc:creator>
		<pubDate>Sat, 19 Dec 2009 00:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/2008/03/26/put-your-dormant-domains-to-use-with-wordpress/#comment-11284</guid>
		<description>Chris, that&#039;s a great question.  There is a content limit plugin out there, but you could also replace any calls to the_content() with the_excerpt() wherever the posts would be displayed (index.php, single.php, archive.php, etc.)</description>
		<content:encoded><![CDATA[<p>Chris, that&#8217;s a great question.  There is a content limit plugin out there, but you could also replace any calls to the_content() with the_excerpt() wherever the posts would be displayed (index.php, single.php, archive.php, etc.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

