<?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: Change the Tag Cloud Font Size in WordPress 2.8</title>
	<atom:link href="http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/</link>
	<description>An inchoate upside-down perspective</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:26:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Wordpress Anpassen &#187; Schriftgrößen im Wordpress Tag Cloud Widget ändern</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-35543</link>
		<dc:creator>Wordpress Anpassen &#187; Schriftgrößen im Wordpress Tag Cloud Widget ändern</dc:creator>
		<pubDate>Thu, 07 Jul 2011 07:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-35543</guid>
		<description>[...] anderen Standardwerte überschrieben werden. Wer das ganze in einem Plugin haben möchte, kann sich hier den Originalbeitrag [...]</description>
		<content:encoded><![CDATA[<p>[...] anderen Standardwerte überschrieben werden. Wer das ganze in einem Plugin haben möchte, kann sich hier den Originalbeitrag [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-23401</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 03 Dec 2010 14:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-23401</guid>
		<description>No worries.</description>
		<content:encoded><![CDATA[<p>No worries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Real</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-23398</link>
		<dc:creator>Andrew Real</dc:creator>
		<pubDate>Fri, 03 Dec 2010 11:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-23398</guid>
		<description>Hey,

Thanks for the great tip here. I was having problems with some tags appearing way too big in the tag cloud and was able to bring it under control with your fantastic little plug in.

Thanks again

Andrew</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Thanks for the great tip here. I was having problems with some tags appearing way too big in the tag cloud and was able to bring it under control with your fantastic little plug in.</p>
<p>Thanks again</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rudeboy</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-19692</link>
		<dc:creator>rudeboy</dc:creator>
		<pubDate>Sun, 08 Aug 2010 04:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-19692</guid>
		<description>sweet.... installed this on my forum. thanks..</description>
		<content:encoded><![CDATA[<p>sweet&#8230;. installed this on my forum. thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramzi</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-19492</link>
		<dc:creator>Ramzi</dc:creator>
		<pubDate>Sat, 31 Jul 2010 14:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-19492</guid>
		<description>Great , works fine , lot of thx</description>
		<content:encoded><![CDATA[<p>Great , works fine , lot of thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-19452</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 30 Jul 2010 10:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-19452</guid>
		<description>@Richard Hay: Quite right about &lt;strong&gt;functions.php&lt;/strong&gt;.

The WordPress tag cloud doesn’t itself control the style of the font. It’s only the &lt;em&gt;size&lt;/em&gt; of the font that it controls.

If you want to change whether the font is bold etc, you have to change your CSS. From what I can tell, the link style on your site uses a bold style. Since the tag cloud outputs a series of links, it comes out bold. That is, you have the following in your CSS—

&lt;blockquote&gt;&lt;p&gt;&lt;code&gt;a:link,&lt;br /&gt;a:visited,&lt;br /&gt;a:active&lt;br /&gt;{&lt;br /&gt;&#160; &#160; &#160;font-weight: bold;&lt;br /&gt;}&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt;

If you want the link style within the tag cloud to be different, add this to you CSS—

&lt;blockquote&gt;&lt;p&gt;&lt;code&gt;.widget_tag_cloud a:link,&lt;br /&gt;.widget_tag_cloud a:visited,&lt;br /&gt;.widget_tag_cloud a:active&lt;br /&gt;{&lt;br /&gt;&#160; &#160; &#160;font-weight: normal;&lt;br /&gt;}&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt;

Let me know if that fixes the problem for you.</description>
		<content:encoded><![CDATA[<p>@Richard Hay: Quite right about <strong>functions.php</strong>.</p>
<p>The WordPress tag cloud doesn’t itself control the style of the font. It’s only the <em>size</em> of the font that it controls.</p>
<p>If you want to change whether the font is bold etc, you have to change your CSS. From what I can tell, the link style on your site uses a bold style. Since the tag cloud outputs a series of links, it comes out bold. That is, you have the following in your CSS—</p>
<blockquote><p><code>a:link,<br />a:visited,<br />a:active<br />{<br />&nbsp; &nbsp; &nbsp;font-weight: bold;<br />}</code></p>
</blockquote>
<p>If you want the link style within the tag cloud to be different, add this to you CSS—</p>
<blockquote><p><code>.widget_tag_cloud a:link,<br />.widget_tag_cloud a:visited,<br />.widget_tag_cloud a:active<br />{<br />&nbsp; &nbsp; &nbsp;font-weight: normal;<br />}</code></p>
</blockquote>
<p>Let me know if that fixes the problem for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Hay</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-19450</link>
		<dc:creator>Richard Hay</dc:creator>
		<pubDate>Fri, 30 Jul 2010 08:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-19450</guid>
		<description>I actually just thought of another questions/mod for this.

If you look at my tag widget on the site you will see the text for the tags are all bold - how can I stop that from happening so that text matches the other widgets text?

Is there something that can be added to this plugin?

Thanks!</description>
		<content:encoded><![CDATA[<p>I actually just thought of another questions/mod for this.</p>
<p>If you look at my tag widget on the site you will see the text for the tags are all bold &#8211; how can I stop that from happening so that text matches the other widgets text?</p>
<p>Is there something that can be added to this plugin?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Hay</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-19449</link>
		<dc:creator>Richard Hay</dc:creator>
		<pubDate>Fri, 30 Jul 2010 08:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-19449</guid>
		<description>Thanks for this. I do want to comment that by adding this to the functions.php file you could lose your modifications each time that file is updated by an update to WordPress.

The plugin insures the modification is always available to change the size of the text even if functions.php gets updated.

That is the beauty of WordPress.</description>
		<content:encoded><![CDATA[<p>Thanks for this. I do want to comment that by adding this to the functions.php file you could lose your modifications each time that file is updated by an update to WordPress.</p>
<p>The plugin insures the modification is always available to change the size of the text even if functions.php gets updated.</p>
<p>That is the beauty of WordPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to change the font size of a Wordpress tag cloud &#124; Erratic</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-19252</link>
		<dc:creator>How to change the font size of a Wordpress tag cloud &#124; Erratic</dc:creator>
		<pubDate>Fri, 23 Jul 2010 16:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-19252</guid>
		<description>[...] was just about to give up and I stumbled across a post over at Orzeszek Blog titled &#8220;Change the Tag Cloud Font Size in WordPress 2.8&#8243;. As you&#8217;ll see this is a very simple and quick way to change the font size of a tag cloud. [...]</description>
		<content:encoded><![CDATA[<p>[...] was just about to give up and I stumbled across a post over at Orzeszek Blog titled &#8220;Change the Tag Cloud Font Size in WordPress 2.8&#8243;. As you&#8217;ll see this is a very simple and quick way to change the font size of a tag cloud. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-18469</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 28 Jun 2010 00:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-18469</guid>
		<description>@drec: I’m glad it worked. :-)</description>
		<content:encoded><![CDATA[<p>@drec: I’m glad it worked. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drec</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-18442</link>
		<dc:creator>drec</dc:creator>
		<pubDate>Sun, 27 Jun 2010 15:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-18442</guid>
		<description>Thanks, that did the trick. I&#039;m rebuilding locally and I&#039;m using Reenie Beanie from Google&#039;s Font directory and it&#039;s a quite tall font(depending on character).</description>
		<content:encoded><![CDATA[<p>Thanks, that did the trick. I&#8217;m rebuilding locally and I&#8217;m using Reenie Beanie from Google&#8217;s Font directory and it&#8217;s a quite tall font(depending on character).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-18358</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 26 Jun 2010 12:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-18358</guid>
		<description>@drec: I’m not sure that I understand the problem that you’re having. The default X/HTML that the tag cloud widget outputs shouldn’t ever have lines that overlap, unless you have set a custom &lt;strong&gt;line-height&lt;/strong&gt; in your CSS.

Try adding &lt;strong&gt;.widget_tag_cloud { line-height: normal }&lt;/strong&gt; to your CSS file. If that doesn’t work, try adding &lt;strong&gt;.widget_tag_cloud { line-height: 12pt }&lt;/strong&gt;, except replace &lt;strong&gt;12pt&lt;/strong&gt; with whatever your largest font size in your tag cloud is.

If none of the above works, let me know. I may be able to help out, but I’d probably have to have a look at the site to figure it out.</description>
		<content:encoded><![CDATA[<p>@drec: I’m not sure that I understand the problem that you’re having. The default X/HTML that the tag cloud widget outputs shouldn’t ever have lines that overlap, unless you have set a custom <strong>line-height</strong> in your CSS.</p>
<p>Try adding <strong>.widget_tag_cloud { line-height: normal }</strong> to your CSS file. If that doesn’t work, try adding <strong>.widget_tag_cloud { line-height: 12pt }</strong>, except replace <strong>12pt</strong> with whatever your largest font size in your tag cloud is.</p>
<p>If none of the above works, let me know. I may be able to help out, but I’d probably have to have a look at the site to figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drec</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-18327</link>
		<dc:creator>drec</dc:creator>
		<pubDate>Sat, 26 Jun 2010 04:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-18327</guid>
		<description>How do I increase space between the lines of Tags? I&#039;ve had the problem of tags overlapping from above/below and not sure where I should target a fix, Padding? without changing the rest of my asides.
Any suggestions appreciated.
drec</description>
		<content:encoded><![CDATA[<p>How do I increase space between the lines of Tags? I&#8217;ve had the problem of tags overlapping from above/below and not sure where I should target a fix, Padding? without changing the rest of my asides.<br />
Any suggestions appreciated.<br />
drec</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruth</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-17386</link>
		<dc:creator>Ruth</dc:creator>
		<pubDate>Sun, 13 Jun 2010 17:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-17386</guid>
		<description>MAGIC - thank you, thank you</description>
		<content:encoded><![CDATA[<p>MAGIC &#8211; thank you, thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 更换新主题&#38;插件 &#124; ③秋之流☆&#39;s Blog</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-15913</link>
		<dc:creator>更换新主题&#38;插件 &#124; ③秋之流☆&#39;s Blog</dc:creator>
		<pubDate>Fri, 28 May 2010 20:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-15913</guid>
		<description>[...] orz-tag-cloud控制标签的字体大小.zip 自制插件控制标签的字体大小 [...]</description>
		<content:encoded><![CDATA[<p>[...] orz-tag-cloud控制标签的字体大小.zip 自制插件控制标签的字体大小 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 自制插件改变标签云字体大小 &#124; ③秋之流☆&#39;s Blog</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-15795</link>
		<dc:creator>自制插件改变标签云字体大小 &#124; ③秋之流☆&#39;s Blog</dc:creator>
		<pubDate>Thu, 27 May 2010 09:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-15795</guid>
		<description>[...] 为了解决这个问题,我使用了 Orzeszek 的方法自制插件来改变标签云字体大小. [...]</description>
		<content:encoded><![CDATA[<p>[...] 为了解决这个问题,我使用了 Orzeszek 的方法自制插件来改变标签云字体大小. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-14568</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 11 May 2010 22:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-14568</guid>
		<description>@Zachattack: That’s a great idea, actually. It never occurred to me to do it that way.</description>
		<content:encoded><![CDATA[<p>@Zachattack: That’s a great idea, actually. It never occurred to me to do it that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachattack</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-14555</link>
		<dc:creator>Zachattack</dc:creator>
		<pubDate>Tue, 11 May 2010 16:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-14555</guid>
		<description>Yes, this was most helpful, however I ended up just adding the filter into my functions.php file so that I wouldn&#039;t need to activate or deactivate the plugin.

Cheers!</description>
		<content:encoded><![CDATA[<p>Yes, this was most helpful, however I ended up just adding the filter into my functions.php file so that I wouldn&#8217;t need to activate or deactivate the plugin.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elusive</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-14374</link>
		<dc:creator>Elusive</dc:creator>
		<pubDate>Sun, 09 May 2010 01:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-14374</guid>
		<description>Thanks for this!!

Just what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks for this!!</p>
<p>Just what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-13499</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 27 Apr 2010 08:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-13499</guid>
		<description>You&#039;re welcome. :-)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-13494</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Tue, 27 Apr 2010 07:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-13494</guid>
		<description>Dears!
Thank you very much for posting this as a remedy for ugly BIG tag cloud entries!
Working perfectly simple - simply perfect ;-)

best, oliver</description>
		<content:encoded><![CDATA[<p>Dears!<br />
Thank you very much for posting this as a remedy for ugly BIG tag cloud entries!<br />
Working perfectly simple &#8211; simply perfect ;-)</p>
<p>best, oliver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-11961</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 07 Apr 2010 22:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-11961</guid>
		<description>You’re very welcome. I’m glad it worked for you.</description>
		<content:encoded><![CDATA[<p>You’re very welcome. I’m glad it worked for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Baumiller</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-11949</link>
		<dc:creator>Andrew Baumiller</dc:creator>
		<pubDate>Wed, 07 Apr 2010 15:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-11949</guid>
		<description>Problem fixed!

I never touched the functions.php file in my theme, but the lovely people over at Studiopress said that was where the problem was. I re-uploaded the functions.php file and voila, everything is working flawlessly. There was absolutely nothing wrong with the orz-tag-cloud text/script, somehow I edited the functions.php file - have no how since I never touched it, but oh well, that&#039;s the lovely world of computers!

Thanks again for your response - you&#039;re a very good peson and I bless you with bountiful good karma.

Warmly,
Andrew</description>
		<content:encoded><![CDATA[<p>Problem fixed!</p>
<p>I never touched the functions.php file in my theme, but the lovely people over at Studiopress said that was where the problem was. I re-uploaded the functions.php file and voila, everything is working flawlessly. There was absolutely nothing wrong with the orz-tag-cloud text/script, somehow I edited the functions.php file &#8211; have no how since I never touched it, but oh well, that&#8217;s the lovely world of computers!</p>
<p>Thanks again for your response &#8211; you&#8217;re a very good peson and I bless you with bountiful good karma.</p>
<p>Warmly,<br />
Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-11930</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 07 Apr 2010 10:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-11930</guid>
		<description>Can you confirm that the error goes away if you disable Orzeszek Tag Cloud, but leave all other plugins enabled?

Assuming that it does (which is implicit), then I’m not sure what causes the problem. Nothing in Orzeszek Tag Cloud explicitly sends the headers, and, as you can see from the code, it’s a very simple plugin that shouldn’t conflict with anything.

What text editor did you use to create the &lt;strong&gt;orz-tag-cloud.php&lt;/strong&gt; file?

Perhaps you can send me your &lt;strong&gt;orz-tag-cloud.php&lt;/strong&gt; file by e-mail (to the address on the &lt;a href=&quot;http://www.orzeszek.org/blog/about/&quot; rel=&quot;nofollow&quot;&gt;About&lt;/a&gt; page), and I can have a look at it.</description>
		<content:encoded><![CDATA[<p>Can you confirm that the error goes away if you disable Orzeszek Tag Cloud, but leave all other plugins enabled?</p>
<p>Assuming that it does (which is implicit), then I’m not sure what causes the problem. Nothing in Orzeszek Tag Cloud explicitly sends the headers, and, as you can see from the code, it’s a very simple plugin that shouldn’t conflict with anything.</p>
<p>What text editor did you use to create the <strong>orz-tag-cloud.php</strong> file?</p>
<p>Perhaps you can send me your <strong>orz-tag-cloud.php</strong> file by e-mail (to the address on the <a href="http://www.orzeszek.org/blog/about/" rel="nofollow">About</a> page), and I can have a look at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Baumiller</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/comment-page-2/#comment-11910</link>
		<dc:creator>Andrew Baumiller</dc:creator>
		<pubDate>Tue, 06 Apr 2010 23:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688#comment-11910</guid>
		<description>I&#039;ve followed the instructiosn to a &quot;T&quot; no white spaces before or after, code is exactly 19 lines and I&#039;m still getting the following errors. I have the plug-in in its own subfolder as well. Thanks for any help!!!

Here&#039;s the warnings I receive after activating the plug-in...

Warning: Cannot modify header information - headers already sent by (output started at /home/content/d/e/n/denovomg/html/wp-content/themes/platinum/functions.php:1) in /home/content/d/e/n/denovomg/html/wp-includes/pluggable.php on line 868

Warning: Cannot modify header information - headers already sent by (output started at /home/content/d/e/n/denovomg/html/wp-content/themes/platinum/functions.php:1) in /home/content/d/e/n/denovomg/html/wp-includes/pluggable.php on line 868

As you can see from the code, I&#039;m using the Studiopress Platinum Theme with the Studiopress Genesis Framework. The other plug-ins I&#039;m using are...

&gt;Dynamic Content Gallery
&gt;Gravity Forms
&gt;Orzeszek Tag Cloud

Ironically enough, your solution was the one provided by Studiopress in their support forum for my theme. Everyone can get it to work on their forum but me. I&#039;m running version Version 2.9.2.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve followed the instructiosn to a &#8220;T&#8221; no white spaces before or after, code is exactly 19 lines and I&#8217;m still getting the following errors. I have the plug-in in its own subfolder as well. Thanks for any help!!!</p>
<p>Here&#8217;s the warnings I receive after activating the plug-in&#8230;</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/content/d/e/n/denovomg/html/wp-content/themes/platinum/functions.php:1) in /home/content/d/e/n/denovomg/html/wp-includes/pluggable.php on line 868</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/content/d/e/n/denovomg/html/wp-content/themes/platinum/functions.php:1) in /home/content/d/e/n/denovomg/html/wp-includes/pluggable.php on line 868</p>
<p>As you can see from the code, I&#8217;m using the Studiopress Platinum Theme with the Studiopress Genesis Framework. The other plug-ins I&#8217;m using are&#8230;</p>
<p>&gt;Dynamic Content Gallery<br />
&gt;Gravity Forms<br />
&gt;Orzeszek Tag Cloud</p>
<p>Ironically enough, your solution was the one provided by Studiopress in their support forum for my theme. Everyone can get it to work on their forum but me. I&#8217;m running version Version 2.9.2.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

