I think its the blog page, but on my header.php my Home link looks like this:
<!– Main Menu Links –>
<ul class=”sf-menu”>
<li class=”<?php if (is_home()) : echo ‘current’; endif; ?>”>“>Home
<?php printMenuItems(); ?>
As I’m using cforms in here, I need to configure the plugin to exclude the cforms headers to print on the mainpage (as that causes a conflict and the slideshow doesnt work), so I just need to know what’s the page ID or the just the ID of the mainpage.
Jesus