[wp-hackers] wp_enque_script and conditional tags

Andy Skelton skeltoac at gmail.com
Sun Jul 20 02:58:04 GMT 2008


>  if ( is_home() )

That will be false if you are testing it on a static front page. Test
is_front_page() if you are using a static front page.

Andy


More information about the wp-hackers mailing list