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?!
getCollectionAttributeValue('page_heading'), ENT_COMPAT, APP_CHARSET); if($pt) { echo '
' . $pt . '
'; } ?>
I am new to concrete 5 so any help would be great?!
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