<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Tag: Tag Clouds - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/tag-clouds</link>
		<description>WordPress.com Forums &#187; Tag: Tag Clouds - Recent Posts</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 02:29:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/tag-clouds" rel="self" type="application/rss+xml" />

		<item>
			<title>impetusetudiant on "Custom addition to sidebar area (The Columnist)?"</title>
			<link>http://en.forums.wordpress.com/topic/custom-addition-to-sidebar-area-the-columnist#post-1151863</link>
			<pubDate>Wed, 13 Feb 2013 15:08:12 +0000</pubDate>
			<dc:creator>impetusetudiant</dc:creator>
			<guid isPermaLink="false">1151863@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ahhh. K. Thanks for the explanation. Appreciate it!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Custom addition to sidebar area (The Columnist)?"</title>
			<link>http://en.forums.wordpress.com/topic/custom-addition-to-sidebar-area-the-columnist#post-1151814</link>
			<pubDate>Wed, 13 Feb 2013 14:19:39 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1151814@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can't move content from one page to another using just CSS. What you can do with CSS is adjust the appearance of things that are already on the page.</p>
<p>I checked the info page for The Columnist theme:<br />
<a href="http://theme.wordpress.com/themes/the-columnist/" rel="nofollow">http://theme.wordpress.com/themes/the-columnist/</a></p>
<p>And it says:</p>
<blockquote><p>Widgets will not appear in any template where multiple posts are displayed.</p></blockquote>
<p>That means there's not a way to add widgets to the home page displaying multiple posts. It's a limitation of the theme.</p>
<p>If you wanted to go deeper, you can get full control of the code, including HTML and PHP and the theme itself, if you <a href="http://en.support.wordpress.com/moving-a-blog/#moving-to-wordpress-org">switch to a WordPress.org setup</a>.
</p>
]]></description>
					</item>
		<item>
			<title>impetusetudiant on "Custom addition to sidebar area (The Columnist)?"</title>
			<link>http://en.forums.wordpress.com/topic/custom-addition-to-sidebar-area-the-columnist#post-1132294</link>
			<pubDate>Wed, 23 Jan 2013 22:44:39 +0000</pubDate>
			<dc:creator>impetusetudiant</dc:creator>
			<guid isPermaLink="false">1132294@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Euh... Kay I give up. Thought I could work it out from what you provided above, but I'm still coming up short.</p>
<p>The cats and tags will display beside each post (single post left column), but I've been aiming to have them on the front page instead (main left column)... 'Twas why I mentioned the display issue above ... Maybe has something to do with it? All my efforts to date have been futile :)
</p>
]]></description>
					</item>
		<item>
			<title>impetusetudiant on "Custom addition to sidebar area (The Columnist)?"</title>
			<link>http://en.forums.wordpress.com/topic/custom-addition-to-sidebar-area-the-columnist#post-1132063</link>
			<pubDate>Wed, 23 Jan 2013 19:04:16 +0000</pubDate>
			<dc:creator>impetusetudiant</dc:creator>
			<guid isPermaLink="false">1132063@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Dead on. Thank-you!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Custom addition to sidebar area (The Columnist)?"</title>
			<link>http://en.forums.wordpress.com/topic/custom-addition-to-sidebar-area-the-columnist#post-1102854</link>
			<pubDate>Mon, 24 Dec 2012 19:41:33 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1102854@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Based on your current configuration (using all of the footer widget areas), you can move the tag cloud widget from below posts to the left sidebar using absolute positioning. Here is an example to get you started:</p>
<pre><code>#first {
	position: absolute;
	top: 460px;
	left: -280px;
	width: 223px;
}

.three .widget-area, .four .widget-area {
	width: 193px;
}</code></pre>
<p>You may also want to give the bottom of the tag cloud a little extra room:</p>
<pre><code>#wp_tag_cloud div {
	padding-bottom: .2em;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>impetusetudiant on "Custom addition to sidebar area (The Columnist)?"</title>
			<link>http://en.forums.wordpress.com/topic/custom-addition-to-sidebar-area-the-columnist#post-1087581</link>
			<pubDate>Wed, 05 Dec 2012 22:03:24 +0000</pubDate>
			<dc:creator>impetusetudiant</dc:creator>
			<guid isPermaLink="false">1087581@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi There, </p>
<p>I'd like to move some of my widgets to the left column of my blog - the category and tag cloud in particular. They are presently in the footer, in accordance with the theme's design.</p>
<p>I can see the sidebar entry in the original CSS, and that it's display is "none". But I can't seem to change that, no matter what I try. I should add that I'm not skilled with code :)</p>
<p>Any insights?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Widget: Customizable Tag Cloud Details"</title>
			<link>http://en.forums.wordpress.com/topic/widget-customizable-tag-cloud-details#post-1044675</link>
			<pubDate>Thu, 18 Oct 2012 22:59:52 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1044675@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This thread will be moved to the Ideas Forum where we make suggestions to Staff re: features and functions additions and improvements.
</p>
]]></description>
					</item>
		<item>
			<title>mrooneyoc on "Widget: Customizable Tag Cloud Details"</title>
			<link>http://en.forums.wordpress.com/topic/widget-customizable-tag-cloud-details#post-1043263</link>
			<pubDate>Wed, 17 Oct 2012 18:30:22 +0000</pubDate>
			<dc:creator>mrooneyoc</dc:creator>
			<guid isPermaLink="false">1043263@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I see people have suggested it before, but I haven't seen any response. I would love to see the ability to customize the Tag Cloud widget to: </p>
<p>(a) restrict the number of tags shown (45 featured tags is a lot),<br />
(b) customize the % size of tags, and<br />
(c) remove the requirement for a permanent widget title (i.e. "TAGS").</p>
<p>I customize my own headers for each widget by using the "text" widget and the default header requirement for the Tag Cloud widget interrupts the flow.
</p>
]]></description>
					</item>
		<item>
			<title>airodyssey on "tag-cloud as widget?"</title>
			<link>http://en.forums.wordpress.com/topic/tag-cloud-as-widget#post-635726</link>
			<pubDate>Tue, 28 Jun 2011 23:03:54 +0000</pubDate>
			<dc:creator>airodyssey</dc:creator>
			<guid isPermaLink="false">635726@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Glad I could help :-)
</p>
]]></description>
					</item>
		<item>
			<title>courseofmirrors on "tag-cloud as widget?"</title>
			<link>http://en.forums.wordpress.com/topic/tag-cloud-as-widget#post-635181</link>
			<pubDate>Tue, 28 Jun 2011 12:51:07 +0000</pubDate>
			<dc:creator>courseofmirrors</dc:creator>
			<guid isPermaLink="false">635181@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>sorted, thanks for all your help :)
</p>
]]></description>
					</item>
		<item>
			<title>courseofmirrors on "tag-cloud as widget?"</title>
			<link>http://en.forums.wordpress.com/topic/tag-cloud-as-widget#post-635135</link>
			<pubDate>Tue, 28 Jun 2011 11:38:06 +0000</pubDate>
			<dc:creator>courseofmirrors</dc:creator>
			<guid isPermaLink="false">635135@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>airoodyssey, thanks for the link, I'll study it :)
</p>
]]></description>
					</item>
		<item>
			<title>courseofmirrors on "tag-cloud as widget?"</title>
			<link>http://en.forums.wordpress.com/topic/tag-cloud-as-widget#post-635133</link>
			<pubDate>Tue, 28 Jun 2011 11:35:51 +0000</pubDate>
			<dc:creator>courseofmirrors</dc:creator>
			<guid isPermaLink="false">635133@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>When I pull 'tag cloud into the widget space in only says 'Tag'
</p>
]]></description>
					</item>
		<item>
			<title>airodyssey on "tag-cloud as widget?"</title>
			<link>http://en.forums.wordpress.com/topic/tag-cloud-as-widget#post-635132</link>
			<pubDate>Tue, 28 Jun 2011 11:35:20 +0000</pubDate>
			<dc:creator>airodyssey</dc:creator>
			<guid isPermaLink="false">635132@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Did you actually "tag" your posts?<br />
<a href="http://en.support.wordpress.com/posts/tags/#assigning-tags-via-your-dashboard" rel="nofollow">http://en.support.wordpress.com/posts/tags/#assigning-tags-via-your-dashboard</a>
</p>
]]></description>
					</item>
		<item>
			<title>courseofmirrors on "tag-cloud as widget?"</title>
			<link>http://en.forums.wordpress.com/topic/tag-cloud-as-widget#post-635109</link>
			<pubDate>Tue, 28 Jun 2011 10:55:47 +0000</pubDate>
			<dc:creator>courseofmirrors</dc:creator>
			<guid isPermaLink="false">635109@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm probably did this wrong. I had gone to post tags, entered 7 tags and did bulk action. Nothing showed up on the side bar.
</p>
]]></description>
					</item>
		<item>
			<title>dlager on "tag-cloud as widget?"</title>
			<link>http://en.forums.wordpress.com/topic/tag-cloud-as-widget#post-635101</link>
			<pubDate>Tue, 28 Jun 2011 10:32:30 +0000</pubDate>
			<dc:creator>dlager</dc:creator>
			<guid isPermaLink="false">635101@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It appears that you are only using one tag "Home".</p>
<p>I think the widget needs more than one tag  to work.
</p>
]]></description>
					</item>
		<item>
			<title>courseofmirrors on "tag-cloud as widget?"</title>
			<link>http://en.forums.wordpress.com/topic/tag-cloud-as-widget#post-635100</link>
			<pubDate>Tue, 28 Jun 2011 10:22:45 +0000</pubDate>
			<dc:creator>courseofmirrors</dc:creator>
			<guid isPermaLink="false">635100@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I can't seem to make a tag cloud appear in the widget space. Any suggestions?
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Tag Clouds - Don&#039;t look like they should"</title>
			<link>http://en.forums.wordpress.com/topic/tag-clouds-dont-look-like-they-should#post-480706</link>
			<pubDate>Tue, 29 Jun 2010 15:13:57 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">480706@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You don't fx anything. Your tags are all the same size because so far you've used them all once only. The more you use a tag, the larger it becomes.
</p>
]]></description>
					</item>
		<item>
			<title>cihcafe on "Tag Clouds - Don&#039;t look like they should"</title>
			<link>http://en.forums.wordpress.com/topic/tag-clouds-dont-look-like-they-should#post-480703</link>
			<pubDate>Tue, 29 Jun 2010 15:07:51 +0000</pubDate>
			<dc:creator>cihcafe</dc:creator>
			<guid isPermaLink="false">480703@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using the Press Row theme and am using the Tag Clouds Widget.  The tags are all the same size font, and underlined - the tags are not varied in size as they are in other Tag Clouds on other blog.  How do I fix this?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Editing &#039;Category Clouds&#039; &amp; creating tag clouds"</title>
			<link>http://en.forums.wordpress.com/topic/editing-category-clouds-amp-creating-tag-clouds#post-479210</link>
			<pubDate>Thu, 24 Jun 2010 19:26:46 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">479210@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The Category cloud widget contains options but the Tag Cloud does not.<br />
<a href="http://en.support.wordpress.com/widgets/tag-cloud-widget/" rel="nofollow">http://en.support.wordpress.com/widgets/tag-cloud-widget/</a>
</p>
]]></description>
					</item>
		<item>
			<title>ookwudili on "Editing &#039;Category Clouds&#039; &amp; creating tag clouds"</title>
			<link>http://en.forums.wordpress.com/topic/editing-category-clouds-amp-creating-tag-clouds#post-479167</link>
			<pubDate>Thu, 24 Jun 2010 17:17:35 +0000</pubDate>
			<dc:creator>ookwudili</dc:creator>
			<guid isPermaLink="false">479167@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Which is the best way to edit 'category clouds', as it seems once their set their set, right?</p>
<p>Are bloggers to re-create each time?</p>
<p><a href="http://blogspot6.wordpress.com/" rel="nofollow">http://blogspot6.wordpress.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Tag clouds truly that useful? Do you click on them?"</title>
			<link>http://en.forums.wordpress.com/topic/tag-clouds-truly-that-useful-do-you-click-on-them#post-467240</link>
			<pubDate>Sun, 23 May 2010 00:37:46 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">467240@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Virtually nothing in a sidebar gets clicked on. I will look at a tag cloud to get a quick grasp of the main focus of the blog, but rarely click on any. Ads have conditioned people to ignore things in sidebars.
</p>
]]></description>
					</item>
		<item>
			<title>maidiebike on "Tag clouds truly that useful? Do you click on them?"</title>
			<link>http://en.forums.wordpress.com/topic/tag-clouds-truly-that-useful-do-you-click-on-them#post-467239</link>
			<pubDate>Sun, 23 May 2010 00:32:55 +0000</pubDate>
			<dc:creator>maidiebike</dc:creator>
			<guid isPermaLink="false">467239@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>As a reader of other people's blogs, I don't use their tag clouds. I just don't find it useful except a signal what the main scope of the blog MIGHT be. But that could be misleading also.</p>
<p>Also when the cloud gets too jammed with different tag keywords, I scarcely find it useful at all  --from the standpoint of clickability.</p>
<p>As you can tell, I opted not to use a tag cloud. Especially on a company/business blog.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Tag Cloud doesn&#039;t display"</title>
			<link>http://en.forums.wordpress.com/topic/tag-cloud-doesnt-display#post-403699</link>
			<pubDate>Wed, 18 Nov 2009 15:41:52 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">403699@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can find a list of threads you have started or posted in by clicking your username in the blue band at the top of the forum pages where it says, "Welcome, username!"
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Tag Cloud doesn&#039;t display"</title>
			<link>http://en.forums.wordpress.com/topic/tag-cloud-doesnt-display#post-403696</link>
			<pubDate>Wed, 18 Nov 2009 15:39:32 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">403696@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You were answered in the other thread you started yesterday: <a href="http://en.forums.wordpress.com/topic/cannot-get-started-on-tag-clouds?replies=2" rel="nofollow">http://en.forums.wordpress.com/topic/cannot-get-started-on-tag-clouds?replies=2</a> .
</p>
]]></description>
					</item>
		<item>
			<title>meseemarvel on "Tag Cloud doesn&#039;t display"</title>
			<link>http://en.forums.wordpress.com/topic/tag-cloud-doesnt-display#post-403687</link>
			<pubDate>Wed, 18 Nov 2009 15:14:49 +0000</pubDate>
			<dc:creator>meseemarvel</dc:creator>
			<guid isPermaLink="false">403687@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I want and added a Category cloud and saved but only the title is displayed on my blog <a href="http://meseemarvel.wordpress.com/" rel="nofollow">http://meseemarvel.wordpress.com/</a>. I watched video and followed instructions and noticed that the screen on the video looks different than my screen. JS
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Cannot get started on tag clouds"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-get-started-on-tag-clouds#post-403443</link>
			<pubDate>Tue, 17 Nov 2009 19:34:04 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">403443@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you are talking about the "Cat cloud" at the top of your sidebar, it will only show categories that have been assigned to at least one post. All your posts so far are only assigned to the "uncategorized" category.</p>
<p>You have to create the categories and then assign them to posts.
</p>
]]></description>
					</item>
		<item>
			<title>meseemarvel on "Cannot get started on tag clouds"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-get-started-on-tag-clouds#post-403415</link>
			<pubDate>Tue, 17 Nov 2009 18:38:08 +0000</pubDate>
			<dc:creator>meseemarvel</dc:creator>
			<guid isPermaLink="false">403415@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Can someone help me get started with a tag cloud. I've seen the videos and read material on it but can't get it to work. "Tag cloud" is on my blog but it doesn't show any categories like the instructional videos shows.
</p>
]]></description>
					</item>
		<item>
			<title>ellaella on "Relative tag clouds"</title>
			<link>http://en.forums.wordpress.com/topic/relative-tag-clouds#post-324620</link>
			<pubDate>Wed, 01 Apr 2009 19:11:13 +0000</pubDate>
			<dc:creator>ellaella</dc:creator>
			<guid isPermaLink="false">324620@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Or you might need a format more intended for CMS than a little blog with limited options in that regard.
</p>
]]></description>
					</item>
		<item>
			<title>simonwoodhead on "Relative tag clouds"</title>
			<link>http://en.forums.wordpress.com/topic/relative-tag-clouds#post-324606</link>
			<pubDate>Wed, 01 Apr 2009 18:10:42 +0000</pubDate>
			<dc:creator>simonwoodhead</dc:creator>
			<guid isPermaLink="false">324606@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>OK ellaella, I'll have a look at the forum sticky.  My tag system would be quite a lot more complicated that the example I gave so maybe I need to implement so sort of database.</p>
<p>Simon
</p>
]]></description>
					</item>
		<item>
			<title>ellaella on "Relative tag clouds"</title>
			<link>http://en.forums.wordpress.com/topic/relative-tag-clouds#post-324567</link>
			<pubDate>Wed, 01 Apr 2009 15:15:27 +0000</pubDate>
			<dc:creator>ellaella</dc:creator>
			<guid isPermaLink="false">324567@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Even with my pitiful math I got the joke and it's very cute!</p>
<p>Okay - tags don't work that way. The only way you could achieve that is to create another tag called "easy and angle" or some such, whatever you like, and that will, in turn, create a not just a new entry in the cloud but also a new archive page for you of easy and angle. You could then use that url in many ways outside the tag cloud.</p>
<p>And now the other dreaded bit: Please consider linking your blog to your user name as outlined in the forum sticky called "8 Things to Know.." We almost always need the link and will ask for it.
</p>
]]></description>
					</item>

	</channel>
</rss>
