Page Name

Permalink Browser Info Environment
Is there a way not to have the page name show in the header?
The menu and breadcrumb already say the page name I do not want the page name to also be in the header

Thank You

Type: Discussion
Status: Archived
billk
View Replies:
c5mix replied on at Permalink Reply
c5mix
Sure. Just look in the page type files (such as default.php, left_sidebar.php, etc located in theme_luminosity/themes/luminosity) for this code:
<div class="grid_7">
     <div class="inner">
          <h1><?php echo $c->getCollectionName() ?></h1>
     </div>
</div>
<div class="grid_5">
     <div class="inner">
          <h2><?php echo $c->getCollectionDescription() ?></h2>
     </div>
</div>

The divs with the h1 in them are the ones for the page title. The divs with the h2 are for the page description. Just comment out or remove what you dont want there.
ConcreteCMS replied on at Permalink Reply
ConcreteCMS
Attention: Since there has been no activity on this issue for two weeks, this issue has been automatically archived.

To re-open this issue, reply to this message.

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.