hey all...
Does anyone know what conditional tag to use to represent the blog page in wordpress when i have it set as an internal page and the front page as static.
just as an example the conditional tag for a single and a page is:
is_single()
is_page()
and for the front page i would use
is_front_page()
but what about the blog page (which uses the index.php)?
in the thematic body class for the blog it reads
wordpress y2009 m03 d21 h12 blog loggedin windows firefox ff3
so i tried
is_page(blog)
but no luck...
J