Thread Starter
nimmo
(@nimmo)
Thanks. I learned a lot. However, this does not work:
<?php if ( is_home() ) { ?>
..stuff on page…
<?php } ?>
And I think because the “home” page lives outside of the normal blog chronology, it is a “page,” not a post ( I am using the Mimbo template).
I think this might work but I am not sure of the syntax exactly:
is_page(home)
Thank for tolerating my noobiness.
Thread Starter
nimmo
(@nimmo)
Thanks! I’ll check out the template.