post a link to your site to illustrate the issue – without seeing the problem, nobody will be able to comment.
on the new page you have to write code for displaying sidebars, i-e `<?php if(!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘you sidebar name’) : ?><?php endif; ?>
Thread Starter
Pachel
(@pachel)
Thread Starter
Pachel
(@pachel)
are you using any ‘conditional’ widget plugins?
the two posts with the sidebar missing seem to be from the same category;
what is the code of the sidebar.php? ( -> pastebin )
Thread Starter
Pachel
(@pachel)
I’m not using the plugin this is the long sidebar.php:
http://pastebin.com/APEbcPMR
something in the sidebar is not working with single posts with the category ‘TUTORIALS’
(or are there posts with other categories where the sidebar does not show?)
double check all those conditional checks –
if needed add some test outputs in some places to see how the variables or arrays are set;
example:
<pre><?php print_r($whatever); ?></pre>
Thread Starter
Pachel
(@pachel)
it’s all posts….
If I add a new post now under the whole rom hacking category in 1 of the sections it will cause another post to lose the sidebar….
It’s very strange…
Thread Starter
Pachel
(@pachel)
The issue is resolved it had something to do with the default coding only allowing up to 5 posts to have the sidebar.
I don’t exactly know which file was changed to fix this but it’s fixed.