Does anyone know the exact code to use to display sidebar content on all parts of the blog except the home page?
Thank you :)
Btw, I tried the conditional tags page and I can't quite seem to figure it out.
Does anyone know the exact code to use to display sidebar content on all parts of the blog except the home page?
Thank you :)
Btw, I tried the conditional tags page and I can't quite seem to figure it out.
Yes you can do this with following code
<?php if !is_home() :?>;
get_sidebar(); -- or include(sidebar.php);
<?php endif; ?>This topic has been closed to new replies.