michielvanaalstcom
Member
Posted 2 years ago #
Hi guys, how come that on my site http://www.michielvanaalst.nl/traveling/ the sidebar is changing when i go from BLOG page to ABOUT.
On the blof (main) page you see in the sidebar the weather and the blogroll. But when i go to abou i only see the weather. How can i change this because i whant the weahter only in the BLOG page. Were can i find info about this ?
Edit out the conditional tags from your sidebar.
Ask for details in K2 forums.
michielvanaalstcom
Member
Posted 2 years ago #
hmmz, i found this and it works:
For the static Blog Page
< ?php if (is_home()) { ?>
CONTENT GOES HERE
< ?php } ?>
For Single Pages
< ?php if (is_page(about)) { ?>
CONTENT GOES HERE
< ?php } ?>
There is no "single" Page, just Page (Pages are always displayed as single entry, so using the single with them is confusing)
Yes, those are the things you want to get rid of...