Home Page has strange code instead of headline

Permalink 1 user found helpful
My home page and a few others have strange visible code where the headline usually sits. It is not an editable block and has only occurred recently when I added a new page to the site. The Code says this:

getCollectionAttributeValue('page_heading'), ENT_COMPAT, APP_CHARSET); if($pt) { echo '
' . $pt . '
'; } ?>


I am new to concrete 5 so any help would be great?!

neice
 
mesuva replied on at Permalink Reply
mesuva
This looks like a bug/typo in the theme you are using, perhaps in one of the page types or in something like header.php in an elements folder (just guessing here, themes can be built in different ways).

You'll probably need to hunt down this line of code in your theme and look for what might be the cause code wise, it's probably something like a missing <?php
neice replied on at Permalink Reply
neice
Hey thanks a lot I finally got to the bottom of it.
Coding Rules!