<?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: Secondary sidebar - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/secondary-sidebar</link>
		<description>WordPress.com Forums &#187; Tag: Secondary sidebar - Recent Posts</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 00:58:05 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/secondary-sidebar" rel="self" type="application/rss+xml" />

		<item>
			<title>indiafoundation on "Space on &quot;Default Template&quot; for Seconday Sidebar"</title>
			<link>http://en.forums.wordpress.com/topic/space-on-default-template-for-seconday-sidebar#post-1151631</link>
			<pubDate>Wed, 13 Feb 2013 08:34:25 +0000</pubDate>
			<dc:creator>indiafoundation</dc:creator>
			<guid isPermaLink="false">1151631@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think I may have found the solution thanks to a few other posts...so, just in case this might help anyone else with similar queries -- I'm pasting below the code I think will do the trick!  </p>
<p><code>/* Centers menu bar */&lt;br /&gt;
.main-navigation {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;.main-navigation ul {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;/* Removes left side bar from all but home page */&lt;br /&gt;
.page-id-2 &lt;/p&gt;
&lt;p&gt;#tertiary,&lt;/p&gt;
&lt;p&gt;.page-id-5&lt;/p&gt;
&lt;p&gt;#tertiary,&lt;/p&gt;
&lt;p&gt;.page-id-8&lt;/p&gt;
&lt;p&gt;#tertiary,&lt;/p&gt;
&lt;p&gt;.page-id-[...and so on</code><code></code>]</p>
<p>#tertiary {<br />
	display: none;<br />
}</p>
<p>#content {<br />
	margin-right: 0;<br />
}
</p>
]]></description>
					</item>
		<item>
			<title>indiafoundation on "Space on &quot;Default Template&quot; for Seconday Sidebar"</title>
			<link>http://en.forums.wordpress.com/topic/space-on-default-template-for-seconday-sidebar#post-1151625</link>
			<pubDate>Wed, 13 Feb 2013 08:22:15 +0000</pubDate>
			<dc:creator>indiafoundation</dc:creator>
			<guid isPermaLink="false">1151625@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey there. </p>
<p>I've been trying to read up on CSS and HTML and do this myself but I'm unable to--<br />
(I have customised Oxygen theme a little bit through a lot of trial and error). I want to customise it further, but need help :(</p>
<p>I have removed the "recent articles" and "more articles" section on the homepage, and that messes with the alignment of the secondary sidebar area on the homepage, so I haven't put any widgets over there. So now, unless I use the "full page width" for my pages, there is always a gap on the right side to make space for the secondary sidebar that's supposed to show up there. </p>
<p>I was hoping someone can help me edit the CSS in such a way that I can use "default template" --with the Primary sidebar intact, but without the space for the secondary sidebar showing up and cutting the width off the page.<br />
I hope this is making sense. </p>
<p>I would really, really appreciate any help - I'm really unable to wrap my head around the CSS-writing. :(</p>
<p>Thanks in advance!
</p>
]]></description>
					</item>
		<item>
			<title>kobenland on "Secondary sidebar on static homepage"</title>
			<link>http://en.forums.wordpress.com/topic/secondary-sidebar-on-static-homepage#post-1114979</link>
			<pubDate>Mon, 07 Jan 2013 19:55:56 +0000</pubDate>
			<dc:creator>kobenland</dc:creator>
			<guid isPermaLink="false">1114979@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi kiehas,</p>
<p>You could increase the amount of posts to show on the Settings -&#62; Reading page to the amount that is necessary.
</p>
]]></description>
					</item>
		<item>
			<title>miriammartin on "Would like to vary # of columns on pages vs posts"</title>
			<link>http://en.forums.wordpress.com/topic/would-like-to-vary-of-columns-on-pages-vs-posts#post-1044856</link>
			<pubDate>Fri, 19 Oct 2012 03:17:48 +0000</pubDate>
			<dc:creator>miriammartin</dc:creator>
			<guid isPermaLink="false">1044856@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, thank you so much. I actually just figured it out on my own last night! :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Would like to vary # of columns on pages vs posts"</title>
			<link>http://en.forums.wordpress.com/topic/would-like-to-vary-of-columns-on-pages-vs-posts#post-1043952</link>
			<pubDate>Thu, 18 Oct 2012 15:00:17 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1043952@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To hide the left column for pages only in the Blaskan theme, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.page #primary {
	display: none;
}

.page #content {
	width: 790px;
}</code></pre>
<p>To hide the right column:</p>
<pre><code>.page #secondary {
	display: none;
}

.page #content {
	width: 790px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>miriammartin on "Would like to vary # of columns on pages vs posts"</title>
			<link>http://en.forums.wordpress.com/topic/would-like-to-vary-of-columns-on-pages-vs-posts#post-1040419</link>
			<pubDate>Mon, 15 Oct 2012 00:21:04 +0000</pubDate>
			<dc:creator>miriammartin</dc:creator>
			<guid isPermaLink="false">1040419@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The site/blog is wordpress hosted, but it's currently private.
</p>
]]></description>
					</item>
		<item>
			<title>miriammartin on "Would like to vary # of columns on pages vs posts"</title>
			<link>http://en.forums.wordpress.com/topic/would-like-to-vary-of-columns-on-pages-vs-posts#post-1040417</link>
			<pubDate>Mon, 15 Oct 2012 00:18:58 +0000</pubDate>
			<dc:creator>miriammartin</dc:creator>
			<guid isPermaLink="false">1040417@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,<br />
I'm using free WP hosting, with a theme that allows three columns (Blaskan). I would really like to have three columns (so, primary and secondary sidebars) on "post" pages, but only two columns (just the secondary sidebar, not the primary) on "page" pages. Is this a change I can make in the CSS? Does anybody know what the code might look like? Even hints to send me in the right direction are much appreciated. Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>supportbot on "Would like to vary # of columns on pages vs posts"</title>
			<link>http://en.forums.wordpress.com/topic/would-like-to-vary-of-columns-on-pages-vs-posts#post-1040418</link>
			<pubDate>Mon, 15 Oct 2012 00:18:58 +0000</pubDate>
			<dc:creator>supportbot</dc:creator>
			<guid isPermaLink="false">1040418@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You did not specify a blog address or reason for posting when you created this topic.</p>
<p>This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you'll find help at the <a href="http://wordpress.org/support/">WordPress.org forums</a>.</p>
<p>If you don't understand the difference between WordPress.com and WordPress.org, you may find <a href="http://support.wordpress.com/com-vs-org/">this information</a> helpful.</p>
<p>If you forgot to include a link to your blog, you can reply and include it below.  It'll help people to answer your question.</p>
<p>This is an automated message.
</p>
]]></description>
					</item>
		<item>
			<title>roeyhoey on "Can&#039;t change page color back to original in Oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/cant-change-page-color-back-to-original-in-oxygen-theme#post-974559</link>
			<pubDate>Sun, 12 Aug 2012 18:22:54 +0000</pubDate>
			<dc:creator>roeyhoey</dc:creator>
			<guid isPermaLink="false">974559@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's great, the only difference is (and I know you still can't see my blog, it really will go public soon, sorry!) is that my background image was fine and stayed the same and my "page" color turned mysteriously gray after changing the secondary sidebar color. </p>
<p>Kind of confusing because that was not registering as "background" to me. I thought I had inadvertently messed up some other BG field and didn't realize that the "page" was also the BG. Hence, didn't think to go to BG in the appearance menu. Thought this might confuse others too...or not :-)</p>
<p>Thanks for your help!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Can&#039;t change page color back to original in Oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/cant-change-page-color-back-to-original-in-oxygen-theme#post-974543</link>
			<pubDate>Sun, 12 Aug 2012 17:58:11 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">974543@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Aha ... now I  see. I wondered why you posted that as you aren't telling us regular Volunteers anything we don't already know.  lol :D I just posted what follows:</p>
<blockquote><p>To clear a background image:<br />
If you set a background image, click "Remove Background Image".<br />
If you set a background color, delete the numbers in the "Background Color" field or click "Clear" next to it, then click "Save Changes".  <a href="http://en.forums.wordpress.com/topic/how-to-restore-the-default-background-in-modularity-light?replies=3" rel="nofollow">http://en.forums.wordpress.com/topic/how-to-restore-the-default-background-in-modularity-light?replies=3</a> </p></blockquote>
]]></description>
					</item>
		<item>
			<title>roeyhoey on "Can&#039;t change page color back to original in Oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/cant-change-page-color-back-to-original-in-oxygen-theme#post-974541</link>
			<pubDate>Sun, 12 Aug 2012 17:52:58 +0000</pubDate>
			<dc:creator>roeyhoey</dc:creator>
			<guid isPermaLink="false">974541@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, I know. I just wanted to post the fix in case anyone else was experiencing the problem. Thanks
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Can&#039;t change page color back to original in Oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/cant-change-page-color-back-to-original-in-oxygen-theme#post-974536</link>
			<pubDate>Sun, 12 Aug 2012 17:44:22 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">974536@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The blog is private. We cannot see it and we aren't going to speculate as to what you have done.  Posting here for Volunteer help is an exercise in futility until the blog privacy setting is set to public.
</p>
]]></description>
					</item>
		<item>
			<title>roeyhoey on "Can&#039;t change page color back to original in Oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/cant-change-page-color-back-to-original-in-oxygen-theme#post-974532</link>
			<pubDate>Sun, 12 Aug 2012 17:40:59 +0000</pubDate>
			<dc:creator>roeyhoey</dc:creator>
			<guid isPermaLink="false">974532@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the reply, I forgot it was still private. Need to get permission for some pics before it goes public. </p>
<p>The custom color for the secondary sidebar seems to be buggy (for my site anyway). Every time you change the color the background turns gray. </p>
<p>Thanks to WP support I learned it is a simple fix that doesn't require CSS tinkering. Just go to your dashboard&#62;appearance&#62;background and reset the color. You have to do this EVERY time you change the color of the secondary sidebar, so if you are experimenting with different colors it's kind of a pain, but good to know how to fix and good to not have to frantically search the style sheets thinking that you've royally messed it up somehow.
</p>
]]></description>
					</item>
		<item>
			<title>zandyring on "Can&#039;t change page color back to original in Oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/cant-change-page-color-back-to-original-in-oxygen-theme#post-972857</link>
			<pubDate>Fri, 10 Aug 2012 19:21:33 +0000</pubDate>
			<dc:creator>zandyring</dc:creator>
			<guid isPermaLink="false">972857@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry we can't be of more help, but as long as your blog is private, we can't see it to help you make edits. I'd clear your cache and see if that helps.
</p>
]]></description>
					</item>
		<item>
			<title>roeyhoey on "Can&#039;t change page color back to original in Oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/cant-change-page-color-back-to-original-in-oxygen-theme#post-972160</link>
			<pubDate>Fri, 10 Aug 2012 06:17:20 +0000</pubDate>
			<dc:creator>roeyhoey</dc:creator>
			<guid isPermaLink="false">972160@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I am  using the Oxygen theme and I changed the color of the secondary sidebar using the custom color feature. It changed my side bar to the color I wanted but changed the page color to light gray. I can't get it back to white, which is the color that I want. </p>
<p>I tried playing with the CSS and couldn't change the page color, then I tried restoring to an earlier version, then tried deleting all the CSS and saving it and then tried pasting the original CSS in and saving it and I stillcan't get rid of the the gray page color. Any help would be greatly appreciated. The URL is: <a href="http://mendocinosprouts.wordpress.com/" rel="nofollow">http://mendocinosprouts.wordpress.com/</a> Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>kiehas on "The Morning After: Secondary sidebar and exceprt of posts on homepage?"</title>
			<link>http://en.forums.wordpress.com/topic/the-morning-after-secondary-sidebar-and-exceprt-of-posts-on-homepage#post-950214</link>
			<pubDate>Fri, 20 Jul 2012 05:26:30 +0000</pubDate>
			<dc:creator>kiehas</dc:creator>
			<guid isPermaLink="false">950214@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello!</p>
<p>I try to fix a problem using the  <a href="http://wpbtips.wordpress.com/2011/06/02/the-morning-after/">The Morning After theme</a>  and could not find a solution after researching the web and this forum:</p>
<p>I would like to keep the appearance of my homepage, that is, an excerpt with a picture of each post on the main page and a secondary sidebar with the categories. </p>
<p>So far, I used <a href="http://en.support.wordpress.com/posts/post-visibility/#sticky-posts">sticky posts</a> to get the excerpt on the homepage. As came out, too many posts being sticky messes everything up and not all of them are showing up anymore. So, I need to find another way.</p>
<p>What I excluded so far is using a <a href="http://en.support.wordpress.com/pages/front-page/">static front page</a> since it does not allow a secondary sidebar. I like to have two sidebars though, since it gives more options and keeps the post section compact. </p>
<p>Any suggestions?</p>
<p>thanks a lot!
</p>
]]></description>
					</item>
		<item>
			<title>kiehas on "Secondary sidebar on static homepage"</title>
			<link>http://en.forums.wordpress.com/topic/secondary-sidebar-on-static-homepage#post-945531</link>
			<pubDate>Mon, 16 Jul 2012 21:51:15 +0000</pubDate>
			<dc:creator>kiehas</dc:creator>
			<guid isPermaLink="false">945531@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks a lot. I am aware of the mentioned issues. That's why I hope to find a solution here in the forum after I could not find any during own research.</p>
<p>So the key question is: How can I keep my layout with a secondary sidebar and having excerpts of all posts on the homepage?
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Secondary sidebar on static homepage"</title>
			<link>http://en.forums.wordpress.com/topic/secondary-sidebar-on-static-homepage#post-943710</link>
			<pubDate>Sun, 15 Jul 2012 04:45:04 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">943710@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>1) The Secondary sidebar shows up only on the main posts page (my article clearly says that "index pages, <em>static pages</em> and single posts display the primary sidebar only").</p>
<p>2) No matter what the theme, making all your posts stickies is a sure way to mess things up. The sticky/featured post option in TMA is meant for showcasing a few posts, not all of them.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Secondary sidebar on static homepage"</title>
			<link>http://en.forums.wordpress.com/topic/secondary-sidebar-on-static-homepage#post-942147</link>
			<pubDate>Fri, 13 Jul 2012 17:38:21 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">942147@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm sorry but all I know about that theme is found in the article I pointed to. Aside from Staff, the author of that article is the blogger who is most familiar with that theme. I have flagged this thread so it will be moved to the Themes Forum and there Themes Staff will respond to you.
</p>
]]></description>
					</item>
		<item>
			<title>kiehas on "Secondary sidebar on static homepage"</title>
			<link>http://en.forums.wordpress.com/topic/secondary-sidebar-on-static-homepage#post-942143</link>
			<pubDate>Fri, 13 Jul 2012 17:36:24 +0000</pubDate>
			<dc:creator>kiehas</dc:creator>
			<guid isPermaLink="false">942143@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks, but general answers are not very helpful. I know that article and looked not only into articles describing my theme but also into other forum entries and searched the web.<br />
However, I could not find a way how to keep the layout of my blog with excerpts plus a picture of all my posts on the homepage...</p>
<p>Maybe someone in the forum knows...
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Secondary sidebar on static homepage"</title>
			<link>http://en.forums.wordpress.com/topic/secondary-sidebar-on-static-homepage#post-942108</link>
			<pubDate>Fri, 13 Jul 2012 17:11:08 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">942108@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You answers to questions about that theme are found in the article I linked to above. Please click that link and read what you find.
</p>
]]></description>
					</item>
		<item>
			<title>kiehas on "Secondary sidebar on static homepage"</title>
			<link>http://en.forums.wordpress.com/topic/secondary-sidebar-on-static-homepage#post-942103</link>
			<pubDate>Fri, 13 Jul 2012 17:05:17 +0000</pubDate>
			<dc:creator>kiehas</dc:creator>
			<guid isPermaLink="false">942103@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks,</p>
<p>it seems creating a static homepage does not support a secondary sidebar.<br />
Any other ideas how I can keep excerpts with pictures on the homepage and a secondary sidebar?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Secondary sidebar on static homepage"</title>
			<link>http://en.forums.wordpress.com/topic/secondary-sidebar-on-static-homepage#post-942084</link>
			<pubDate>Fri, 13 Jul 2012 16:40:36 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">942084@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To restore order to your blog you can <a href="http://en.support.wordpress.com/posts/edit-posts-screen/">edit </a>and remove the <a href="http://en.support.wordpress.com/posts/post-visibility/#sticky-posts">sticky post</a> designation. Then you can read this artcile that explains how<a href="http://wpbtips.wordpress.com/2011/06/02/the-morning-after/"> The Morning After Theme </a>is designed so you understand how to work with it.
</p>
]]></description>
					</item>
		<item>
			<title>kiehas on "Secondary sidebar on static homepage"</title>
			<link>http://en.forums.wordpress.com/topic/secondary-sidebar-on-static-homepage#post-941764</link>
			<pubDate>Fri, 13 Jul 2012 06:37:03 +0000</pubDate>
			<dc:creator>kiehas</dc:creator>
			<guid isPermaLink="false">941764@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello!</p>
<p>So far I have an excerpt incl. one pic of all my posts on the main page by making them all sticky.<br />
As came out, this is not a good idea since now there are too many post sticky, obviously confusing something - not all of them show up any more.<br />
So, I was told to make my homepage static and link to each of the posts.<br />
The problem is, when I do that, I lose my secondary sidebar (the one that reads now "recent posts" and below "categories").<br />
Any ideas how I can get the secondary sidebar back (I already checked the widget area on the dashboard - the secondary sidebar shows up there, but not on the homepage)?</p>
<p>thanks a lot!  </p>
<p>P.S.: The blog appears now in the old way, i.e., with sticky posts.
</p>
]]></description>
					</item>

	</channel>
</rss>
