help with php in sidebar
-
i want my calendar to display on every page except for the home page. i figured out how to not display on the home page but i can’t figure out how to get it on the remaining pages. i’m using otto’s php code widget.
here’s my code:
<?php if ( is_home() ) { // No calendar on the home page <<<<< WHAT GOES HERE??? >>>>> <iframe src="https://www.google.com/calendar/b/0/embed?showTitle=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=AGENDA&height=400&wkst=1&bgcolor=%23FFFFFF&src=contactus%40chattanoogacares.org&color=%23711616&ctz=America%2FNew_York" style=" border-width:0 " width="250" height="400" frameborder="0" scrolling="no"></iframe> } ?>
[Please post code snippets between backticks or use the code button.]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘help with php in sidebar’ is closed to new replies.