<HTML>
<HEAD>
<TITLE>Re: [wp-pro] Disappearing Sidebars</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>He&#8217;s right, sorry about that. I have both pro and wp-hackers filtered into the same folder.<BR>
<BR>
-- <BR>
Eddie Moya<BR>
Applications Developer <BR>
Tribune Technology<BR>
<a href="emoya@tribune.com">emoya@tribune.com</a><BR>
<BR>
<BR>
<BR>
On 4/2/10 3:05 PM, &quot;Aaron Brazell&quot; &lt;<a href="aaron@technosailor.com">aaron@technosailor.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Fellas-<BR>
<BR>
Take this off list. This mailing list is not meant for support or general discussion. It's means for people looking for service providers.<BR>
<BR>
Thanks<BR>
On Apr 2, 2010, at 3:58 PM, Moya, Eddie wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>You have two columns that don&#8217;t appear, a quick look around confirmed what you said, that they just don&#8217;t appear on post pages. &nbsp;Look in your theme and you will probably find a conditional tag restricting this from the single post page. This could be done in a few different places. First check where the sidebar is declared (probably sidebar.php) and I expect you will find a conditional tag around it. <BR>
<BR>
Probably: if (!is_single()) { ... Your widgetized sidebar(s) ... }<BR>
<BR>
It might also be in the index.php, where the sidebar is first included. Same conditional tag, except this would just be calling get_sidebar() inside it.<BR>
<BR>
Finally, this might be a difference in the single.php file. If there is a single.php in your theme, take a look at it and see if it includes the sidebars.<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE></BLOCKQUOTE>
</BODY>
</HTML>