I'm using the Corporateclean theme, and the node titles just refuse to be hidden by exclude node title.
This is what the code is to print the title in page.tpl.php Is it interfering somehow?

<?php print render($title_prefix); ?>
            <?php if ($title): ?>
            <h1><?php print $title ?></h1>
            <?php endif; ?>
            <?php print render($title_suffix); ?>

            <?php if ($tabs): ?><?php print render($tabs); ?><?php endif; ?>

Comments

Pepper created an issue. See original summary.

uno’s picture

Check permissions on "Use exclude node title".

Subhransu.addweb’s picture

I have set up your issue in local system. Please check configuration of the module and select your option placed below the content type. Checked checkbox in full content and teaser view and its working fine.

Thanks!

Neslee Canil Pinto’s picture

Status: Active » Closed (outdated)