<HTML>
<HEAD>
<TITLE>Re: [wp-pro] Disappearing Sidebars</TITLE>
</HEAD>
<BODY>
<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>
<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 2:45 PM, &quot;Gary McCarty&quot; &lt;<a href="wordprof@gmail.com">wordprof@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Can anyone out there give me some insight on why my sidebars disappear when you hit the title on the post and go to post page?<BR>
 <BR>
The site is www.laborlawguy.com &lt;<a href="http://www.laborlawguy.com/">http://www.laborlawguy.com/</a>&gt; &nbsp;<BR>
 <BR>
Thanks so much for your generous advice and time.<BR>
 <BR>
Gary<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_______________________________________________<BR>
wp-pro mailing list<BR>
<a href="wp-pro@lists.automattic.com">wp-pro@lists.automattic.com</a><BR>
<a href="http://lists.automattic.com/mailman/listinfo/wp-pro">http://lists.automattic.com/mailman/listinfo/wp-pro</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE>
</BODY>
</HTML>