<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: Side Column Not Showing Up On Home Page</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: Side Column Not Showing Up On Home Page</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 13:27:54 +0000</pubDate>

<item>
<title>mercime on "Side Column Not Showing Up On Home Page"</title>
<link>http://wordpress.org/support/topic/219357#post-905442</link>
<pubDate>Sat, 22 Nov 2008 09:44:27 +0000</pubDate>
<dc:creator>mercime</dc:creator>
<guid isPermaLink="false">905442@http://wordpress.org/support/</guid>
<description>&#60;p&#62;delete cache, refresh browser because your link &#60;a href=&#34;http://artslob.com/?p=29&#34; rel=&#34;nofollow&#34;&#62;http://artslob.com/?p=29&#60;/a&#62; looks good in FF, IE and google chrome.
&#60;/p&#62;</description>
</item>
<item>
<title>artslob on "Side Column Not Showing Up On Home Page"</title>
<link>http://wordpress.org/support/topic/219357#post-905121</link>
<pubDate>Fri, 21 Nov 2008 23:17:03 +0000</pubDate>
<dc:creator>artslob</dc:creator>
<guid isPermaLink="false">905121@http://wordpress.org/support/</guid>
<description>&#60;p&#62;oh man. sooo close. I missed a major glitch. So now the home page shows up fine. but when I go to any links it reverts to the default template. &#60;/p&#62;
&#60;p&#62;try going here&#60;br /&#62;
&#60;a href=&#34;http://artslob.com&#34; rel=&#34;nofollow&#34;&#62;http://artslob.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and click on any link ( eg &#60;a href=&#34;http://artslob.com/?p=29&#34; rel=&#34;nofollow&#34;&#62;http://artslob.com/?p=29&#60;/a&#62; )&#60;/p&#62;
&#60;p&#62;Please any help greatly appreciated.
&#60;/p&#62;</description>
</item>
<item>
<title>artslob on "Side Column Not Showing Up On Home Page"</title>
<link>http://wordpress.org/support/topic/219357#post-905025</link>
<pubDate>Fri, 21 Nov 2008 21:17:48 +0000</pubDate>
<dc:creator>artslob</dc:creator>
<guid isPermaLink="false">905025@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank you so much for your quick reply. So this is how I resolved the problem. First I installed the plugins which were included with the theme. Activated them. This alone didn't get the page to work. So I then opened up tabber.php and edited it as mercime suggested. Worked like a charm. The sidebar is back where it is supposed to be.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>mercime on "Side Column Not Showing Up On Home Page"</title>
<link>http://wordpress.org/support/topic/219357#post-905005</link>
<pubDate>Fri, 21 Nov 2008 20:59:36 +0000</pubDate>
<dc:creator>mercime</dc:creator>
<guid isPermaLink="false">905005@http://wordpress.org/support/</guid>
<description>&#60;p&#62;yes, the malfunctioning tag cloud has cut off the rest of your page.&#60;/p&#62;
&#60;p&#62;fix it either by:&#60;br /&#62;
1. uploading and activating the wp-cumulus plugin which i saw was included in the folder along with your theme or&#60;br /&#62;
2. delete/replace the call to wp-cumulus plugin - open tabber.php in your theme folder&#60;br /&#62;
a. delete&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;tabbertab&#38;quot;&#38;gt;
&#38;lt;h3&#38;gt;TAG CLOUD&#38;lt;/h3&#38;gt;
&#38;lt;?php wp_cumulus_insert(); ?&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;b. or replace above with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if (function_exists(&#38;#39;wp_cumulus_insert&#38;#39;)) { ?&#38;gt;
&#38;lt;div class=&#38;quot;tabbertab&#38;quot;&#38;gt;
&#38;lt;h3&#38;gt;TAG CLOUD&#38;lt;/h3&#38;gt;
&#38;lt;?php wp_cumulus_insert(); ?&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>moshu on "Side Column Not Showing Up On Home Page"</title>
<link>http://wordpress.org/support/topic/219357#post-904976</link>
<pubDate>Fri, 21 Nov 2008 20:34:14 +0000</pubDate>
<dc:creator>moshu</dc:creator>
<guid isPermaLink="false">904976@http://wordpress.org/support/</guid>
<description>&#60;p&#62;1. /?cat=X - is not an individual post, it is a category listing.&#60;/p&#62;
&#60;p&#62;2. An individual post (aka single post) should be here: /?p=X&#60;/p&#62;
&#60;p&#62;3. That's not a WP function, it comes either from the theme's functions.php file or from a plugin that the theme expects to be installed.
&#60;/p&#62;</description>
</item>
<item>
<title>artslob on "Side Column Not Showing Up On Home Page"</title>
<link>http://wordpress.org/support/topic/219357#post-904968</link>
<pubDate>Fri, 21 Nov 2008 20:24:09 +0000</pubDate>
<dc:creator>artslob</dc:creator>
<guid isPermaLink="false">904968@http://wordpress.org/support/</guid>
<description>&#60;p&#62;i'm also getting this error code where the tag cloud is supposed to be...&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function wp_cumulus_insert() in /usr/www/virtual/nerdarts/www.artslob.com/wp-content/themes/remedy/zinmagremedy/tabber.php on line 4&#60;/p&#62;
&#60;p&#62;could these two be connected. if so. any ideas how to fix it?
&#60;/p&#62;</description>
</item>
<item>
<title>artslob on "Side Column Not Showing Up On Home Page"</title>
<link>http://wordpress.org/support/topic/219357#post-904941</link>
<pubDate>Fri, 21 Nov 2008 19:46:51 +0000</pubDate>
<dc:creator>artslob</dc:creator>
<guid isPermaLink="false">904941@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi all. I recently installed the zinmag-remedy theme and I love the magazine style layout. However I cannot get the 2nd side column to show up on the home page. &#60;/p&#62;
&#60;p&#62;Take a look here.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://artslob.com&#34; rel=&#34;nofollow&#34;&#62;http://artslob.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And when you look at an individual post you can see that the right hand column is present. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://artslob.com/?cat=9&#34; rel=&#34;nofollow&#34;&#62;http://artslob.com/?cat=9&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It's still a little screwy, but at least its there. Any idea why the side column doesnt show up on the home page?&#60;/p&#62;
&#60;p&#62;thanks a lot for any info anyone may have!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
