lorax - 3:10 pm on Oct 26, 2011 (gmt 0) Try changing this portion of the code is_home() || is_front_page() to use the page id instead is_page(x) See: [codex.wordpress.org...]
Try changing this portion of the code is_home() || is_front_page() to use the page id instead is_page(x) See: [codex.wordpress.org...]
is_home() || is_front_page()
is_page(x)