I would like to remove right sidebar from only one post. The theme lets you to exclude sidebar on specific pages but not posts.
Should I add some code like that into footer.php?
PHP Code:
<?php
if (is_single(XX)) {
}
else {
get_sidebar();
}
?>
If it's easier then maybe the sidebar could be disabled on all posts in that one category. I disabled the sidebar in that category, but it works only for the category page itself not the posts inside.
Also when sidebar disabled the post should occupy not only the center column but also sidebar (990px). When I disabled the sidebar in category, it did it automatically, but i think only because it was done through Ata theme option. If messing with the code I will probably have to define the width of the center column manually.
Lastly, center column seems to have a padding at the top by default, I'm fine with it, but I would like not to have it for some specific posts, where should I modify the code this time?
Thank you in advance,
A.L.



but I saw a thread yesterday where Flynn said:





Linear Mode
