<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Using WordPress for Multiple Same-Site Feeds</title>
	<link>http://ask.metafilter.com/59281/Using-WordPress-for-Multiple-SameSite-Feeds/</link>
	<description>Comments on Ask MetaFilter post Using WordPress for Multiple Same-Site Feeds</description>
	<pubDate>Fri, 23 Mar 2007 13:33:05 -0800</pubDate>
	<lastBuildDate>Fri, 23 Mar 2007 13:33:05 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Using WordPress for Multiple Same-Site Feeds</title>
		<link>http://ask.metafilter.com/59281/Using-WordPress-for-Multiple-SameSite-Feeds</link>	
		<description>How can I use a single WordPress install to run multiple mini-blogs on one domain? &lt;br /&gt;&lt;br /&gt; I would like to use a single WordPress install - say at example.com/blog/ to generate multiple mini-blogs to be incorporated as .php includes in otherwise static pages throughout the site.  Essentially, I&apos;m looking to create little newsfeeds for internal use only - just headline, brief text, and a link.&lt;br&gt;
&lt;br&gt;
I imagine the result would involve using category templates to generate .php files to be included in the other pages, but I&apos;m not really sure how to go about it.  &lt;br&gt;
&lt;br&gt;
Has anyone done something similar?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.59281</guid>
		<pubDate>Fri, 23 Mar 2007 13:29:11 -0800</pubDate>
		<dc:creator>mikewas</dc:creator>
		
			<category>wordpress</category>
		
			<category>templates</category>
		
			<category>feeds</category>
		
			<category>blog</category>
		
			<category>weblog</category>
		
			<category>custom</category>
		
	</item> <item>
		<title>By: bofe</title>
		<link>http://ask.metafilter.com/59281/Using-WordPress-for-Multiple-SameSite-Feeds#891367</link>	
		<description>Try &lt;a href=&quot;http://mu.wordpress.org/&quot;&gt;Wordpress MU.&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59281-891367</guid>
		<pubDate>Fri, 23 Mar 2007 13:33:05 -0800</pubDate>
		<dc:creator>bofe</dc:creator>
	</item><item>
		<title>By: mcwetboy</title>
		<link>http://ask.metafilter.com/59281/Using-WordPress-for-Multiple-SameSite-Feeds#891375</link>	
		<description>&lt;i&gt;Has anyone done something similar?&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Yes, but not with WordPress; I&apos;ve found it easier, after a fashion, to do this with Movable Type or Textpattern.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59281-891375</guid>
		<pubDate>Fri, 23 Mar 2007 13:39:42 -0800</pubDate>
		<dc:creator>mcwetboy</dc:creator>
	</item><item>
		<title>By: adamrice</title>
		<link>http://ask.metafilter.com/59281/Using-WordPress-for-Multiple-SameSite-Feeds#891385</link>	
		<description>You&apos;ve got the right idea. &lt;a href=&quot;http://codex.wordpress.org/Category_Templates&quot;&gt;This page&lt;/a&gt; should get you started.&lt;br&gt;
&lt;br&gt;
You might also want to do this by processing per-category RSS feeds, which you can do simply by linking to example.com/category/categoryname/feed/&lt;br&gt;
&lt;br&gt;
Of course, the serious way to do this is to recreate the entire site within a CMS (Wordpress would work fine), but you&apos;ve probably thought about that already.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59281-891385</guid>
		<pubDate>Fri, 23 Mar 2007 13:47:55 -0800</pubDate>
		<dc:creator>adamrice</dc:creator>
	</item><item>
		<title>By: anildash</title>
		<link>http://ask.metafilter.com/59281/Using-WordPress-for-Multiple-SameSite-Feeds#891399</link>	
		<description>I know you&apos;ve used MT in the past -- you could import the blog(s) into Movable Type and include them the same way in PHP, and it&apos;s free for personal sites.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59281-891399</guid>
		<pubDate>Fri, 23 Mar 2007 14:02:18 -0800</pubDate>
		<dc:creator>anildash</dc:creator>
	</item><item>
		<title>By: mikewas</title>
		<link>http://ask.metafilter.com/59281/Using-WordPress-for-Multiple-SameSite-Feeds#891409</link>	
		<description>@adamrice: I think your RSS solution will probably work for me.  It looks like I can use the &lt;a href=&quot;http://codex.wordpress.org/Function_Reference/fetch_rss&quot;&gt;fetch&lt;/a&gt; function to keep all the processing local so I don&apos;t have to depend on another server (like &lt;a href=&quot;http://feedburner.com&quot;&gt;Feedburner&lt;/a&gt;, which I use to do the blog includes on &lt;a href=&quot;http://perpetualbeta.com/&quot;&gt;my front page&lt;/a&gt;.  )&lt;br&gt;
&lt;br&gt;
@anil:   This won&apos;t be a personal site, and given my budget for this project, a commercial MT license isn&apos;t an option.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59281-891409</guid>
		<pubDate>Fri, 23 Mar 2007 14:19:59 -0800</pubDate>
		<dc:creator>mikewas</dc:creator>
	</item><item>
		<title>By: Pinwheel</title>
		<link>http://ask.metafilter.com/59281/Using-WordPress-for-Multiple-SameSite-Feeds#891421</link>	
		<description>I highly recommend &lt;a href=&quot;http://lyceum.ibiblio.org/&quot;&gt;Lyceum&lt;/a&gt;. It&apos;s similar to Wordpress MU, but with an arguably better database schema.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59281-891421</guid>
		<pubDate>Fri, 23 Mar 2007 14:39:18 -0800</pubDate>
		<dc:creator>Pinwheel</dc:creator>
	</item><item>
		<title>By: deern the headlice</title>
		<link>http://ask.metafilter.com/59281/Using-WordPress-for-Multiple-SameSite-Feeds#891612</link>	
		<description>You could create individual categories for each mini-blog. Then create a bunch of static pages, and from each of them use &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/query_posts&quot;&gt;the query_posts function&lt;/a&gt; to call posts from each category/&apos;blog&apos;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59281-891612</guid>
		<pubDate>Fri, 23 Mar 2007 19:08:20 -0800</pubDate>
		<dc:creator>deern the headlice</dc:creator>
	</item>
	</channel>
</rss>
