<?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: Appearance Theme Options - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/appearance-theme-options</link>
		<description>WordPress.com Forums &#187; Tag: Appearance Theme Options - Recent Posts</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 19:27:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/appearance-theme-options" 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 of widget to a Page (The Columnist)?"</title>
			<link>http://en.forums.wordpress.com/topic/custom-addition-of-widget-to-a-page-the-columnist#post-1102859</link>
			<pubDate>Mon, 24 Dec 2012 19:53:45 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1102859@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>See <a href="http://en.forums.wordpress.com/topic/custom-addition-to-sidebar-area-the-columnist?replies=2#post-1102854" rel="nofollow">http://en.forums.wordpress.com/topic/custom-addition-to-sidebar-area-the-columnist?replies=2#post-1102854</a></p>
<p>Then put any widgets you want to see appear on the left in the "Sidebar 1" widget area on your Appearnce &#8594; Themes page.
</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 of widget to a Page (The Columnist)?"</title>
			<link>http://en.forums.wordpress.com/topic/custom-addition-of-widget-to-a-page-the-columnist#post-1087587</link>
			<pubDate>Wed, 05 Dec 2012 22:07:37 +0000</pubDate>
			<dc:creator>impetusetudiant</dc:creator>
			<guid isPermaLink="false">1087587@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Kinda new and still getting familiar. Wondering if there are any CSS trick to putting the links (blogroll) widget on a page. Right now they live in my footer... Ideally I could create a page for them, and then include that page in my top menu instead.</p>
<p>Thanks in advance, for any tips!
</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-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>raincoaster on "how do I get my sidebar back?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-get-my-sidebar-back#post-982501</link>
			<pubDate>Tue, 21 Aug 2012 00:41:47 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">982501@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Dashbord-&#62;Appearance-&#62;Theme options.
</p>
]]></description>
					</item>
		<item>
			<title>citizensfortruth on "how do I get my sidebar back?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-get-my-sidebar-back#post-982483</link>
			<pubDate>Tue, 21 Aug 2012 00:36:02 +0000</pubDate>
			<dc:creator>citizensfortruth</dc:creator>
			<guid isPermaLink="false">982483@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>My sidebar disappeared when I changed themes from Picrow to The Columnist. I went to the widgets page under Appearance and it says my widgets are still there, but the sidebar is optional. How do I choose the optional sidebar? Thank you.<br />
Blog url: <a href='http://citizensfortruth.wordpress.com/'>http://citizensfortruth.wordpress.com/</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
