When viewing a blog post or a forum post, the title appears twice on top of each other.

Comments

zinv’s picture

In page.tpl I have the following code:

<?php if (($node->type !== 'story') && ($node->type !== 'page')): ?>
<?php endif; ?>

That tell not to print the title of the node type is story and page. I'm not a developer so I'm not sure if this is a correct way to not show title in a certain node type. but it work on my site.

If any can help please leave a message.

niksiv’s picture

Status: Active » Fixed

Thanks the new release fixes this

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.