Remove Page title from content area of standard "Full" Page Type

Permalink 1 user found helpful
Hi Folks,

Started using Concrete5 and so far I am a fan. One thing has been a challenge for me.

I have a home page. I do not like that on my Home page it says "Home" below my slideshows/topcontent area. I would like to remove the "Home" in my content but that appears to be set in stone.

I have tried to remove the Page title and that works - "Home" no longer shows up in the page content area but it also stops showing the "Home" in the menu bar.

Is there a way to achieve this? Basic instructions would be appreciated.

Thank you,
nwmfgtech

 
adajad replied on at Permalink Reply
adajad
Could you please supply a screen shot or a link to better clarify what you want to achieve?
nwmfgtech replied on at Permalink Reply
Hi Adajad,

Here is link to the screenshot (side note: theme is called "Minified")

http://i.imgur.com/0sIE1.jpg

--nwmfgtech
adajad replied on at Permalink Reply
adajad
I would guess the theme developer has hardcoded the headings and pull them from the page title. Since it is a bought theme I don't have access to the source. My suggestion is you post in the themes support forum to get help from the theme designer.

http://www.concrete5.org/marketplace/themes/minified/...
nwmfgtech replied on at Permalink Best Answer Reply
Solved.

Edited this file:
[SiteROOT]/packages/minifiedtheme/themes/minifiedtheme/full.php

Edited this line:
<h1><?php  echo $pageTitle?></h1>

to
<h1><?php  #echo $pageTitle?></h1>


Thank you.
adajad replied on at Permalink Reply
adajad
Pretty much what I said then (theme developer has hardcoded the headings and pulled them from the page title). :D

Good you found it.