isHome()

Returns true if on the home page, false if not.

Example:

<?php if (isHome()) echo 'I am on the home page.'; ?>
Last modified on Wednesday, 31 March 2010 23:06

Add comment