I have the Sky theme installed for my site and the only problem I have really is trying to remove the title from the home page. I did a search and tried everything on here to get it to stop displaying with no luck.

Does anyone have a suggestion? I would be willing to stop them displaying all together if necessary, but I'd rather remove it from the home page only. Thanks.

Comments

ray_223’s picture

You'll need to modify page.tpl.php in the sky directory.

Something like (completely untested):

<?php if ($title && ! $is_front): ?>
        <h1 class="title"><?php print $title; ?></h1>
<?php endif; ?>

I added in

&& ! $is_front

.

Ray Smith
http://RaymondSmith.com

BadMagger’s picture

Doesn't work for me, and I also use sky theme.