<?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: Making Sitewide Tags work</title>
	<atom:link href="http://teleogistic.net/2009/07/making-sitewide-tags-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://teleogistic.net/2009/07/making-sitewide-tags-work/</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 17:57:41 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Boone Gorges</title>
		<link>http://teleogistic.net/2009/07/making-sitewide-tags-work/comment-page-1/#comment-6389</link>
		<dc:creator>Boone Gorges</dc:creator>
		<pubDate>Wed, 06 Jan 2010 21:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://teleogistic.net/?p=184#comment-6389</guid>
		<description>Hi Alan. There are a couple things that might be going wrong.

Check your database to see how your WP blog tables are named. My modifications assumes that they are of the form wp_5_posts, etc. (Bad practice on my part - I should rewrite these directions to reflect the correct way of doing things.) If you use a different database prefix from wp_, you&#039;ll need to change it in the first line of the replacement code to reflect the correct database naming scheme.

You might also check the postmeta table of your tags blog. (In my case it&#039;s wp_28_postmeta - replace &#039;28&#039; with your tags blog id.) Check to see if you can find anything with the meta_key &#039;siteurl&#039; or &#039;blogname&#039;.

I just did some testing on my own site and the plugin seems to be working fine (though it wasn&#039;t for a while, because the plugin had been upgraded to the most recent version without the modifications having been applied). On that note - and this is a silly point - you did figure out that the code to be replaced is no longer in the vicinity of 179 in the plugin, right? Now it&#039;s around 250.

Let me know what you find.</description>
		<content:encoded><![CDATA[<p>Hi Alan. There are a couple things that might be going wrong.</p>
<p>Check your database to see how your WP blog tables are named. My modifications assumes that they are of the form wp_5_posts, etc. (Bad practice on my part &#8211; I should rewrite these directions to reflect the correct way of doing things.) If you use a different database prefix from wp_, you&#8217;ll need to change it in the first line of the replacement code to reflect the correct database naming scheme.</p>
<p>You might also check the postmeta table of your tags blog. (In my case it&#8217;s wp_28_postmeta &#8211; replace &#8217;28&#8242; with your tags blog id.) Check to see if you can find anything with the meta_key &#8216;siteurl&#8217; or &#8216;blogname&#8217;.</p>
<p>I just did some testing on my own site and the plugin seems to be working fine (though it wasn&#8217;t for a while, because the plugin had been upgraded to the most recent version without the modifications having been applied). On that note &#8211; and this is a silly point &#8211; you did figure out that the code to be replaced is no longer in the vicinity of 179 in the plugin, right? Now it&#8217;s around 250.</p>
<p>Let me know what you find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlanK</title>
		<link>http://teleogistic.net/2009/07/making-sitewide-tags-work/comment-page-1/#comment-6387</link>
		<dc:creator>AlanK</dc:creator>
		<pubDate>Wed, 06 Jan 2010 20:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://teleogistic.net/?p=184#comment-6387</guid>
		<description>Thanks, Boone, for making yourself available to respond to questions about this older blog.

Ever since I found and installed the sitewide tag plugin, I&#039;ve been trying to find out how to add the blog info to the output on the main page.  The plugin code is not obvious to me, and the documentation is thin to nonexistent.  I believe your article on this issue is perhaps the only one out there.  I was pleased to find someone addressing this obvious issue.

However, I&#039;ve not had any success with the remedy.  One thing that surprised me about your article is that the plugin is installed in the plugins directory.  The documentation for installing the plugin is to drop it in the mu-plugins.

In any event, I tried both directories and came a cropper.  What I did was replace the four lines of code in the sitewide file with the code you listed under the heading, &quot;Other changes to the tags theme&quot;.  I then introduced the code in the second part of that subhead to the index.php file in the wp default theme root directory.  The result in each case was that the condition, if (get_post_meta($post_id, &#039;siteurl&#039;, true)), was not met and assignments in the statement were not made.

Is this enough information for you to understand what might be going wrong?</description>
		<content:encoded><![CDATA[<p>Thanks, Boone, for making yourself available to respond to questions about this older blog.</p>
<p>Ever since I found and installed the sitewide tag plugin, I&#8217;ve been trying to find out how to add the blog info to the output on the main page.  The plugin code is not obvious to me, and the documentation is thin to nonexistent.  I believe your article on this issue is perhaps the only one out there.  I was pleased to find someone addressing this obvious issue.</p>
<p>However, I&#8217;ve not had any success with the remedy.  One thing that surprised me about your article is that the plugin is installed in the plugins directory.  The documentation for installing the plugin is to drop it in the mu-plugins.</p>
<p>In any event, I tried both directories and came a cropper.  What I did was replace the four lines of code in the sitewide file with the code you listed under the heading, &#8220;Other changes to the tags theme&#8221;.  I then introduced the code in the second part of that subhead to the index.php file in the wp default theme root directory.  The result in each case was that the condition, if (get_post_meta($post_id, &#8216;siteurl&#8217;, true)), was not met and assignments in the statement were not made.</p>
<p>Is this enough information for you to understand what might be going wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teleogistic / Sitewide Tag Suggestion in Wordpress MU 2.8+</title>
		<link>http://teleogistic.net/2009/07/making-sitewide-tags-work/comment-page-1/#comment-2974</link>
		<dc:creator>Teleogistic / Sitewide Tag Suggestion in Wordpress MU 2.8+</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://teleogistic.net/?p=184#comment-2974</guid>
		<description>[...] starts off with the plugin WordPress MU Sitewide Tags, which I blogged about recently. Conceptually, the idea is simple. Sitewide Tags creates a blog that aggregates all posts from [...]</description>
		<content:encoded><![CDATA[<p>[...] starts off with the plugin WordPress MU Sitewide Tags, which I blogged about recently. Conceptually, the idea is simple. Sitewide Tags creates a blog that aggregates all posts from [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

