I am using the Banner block content type already created by the theme. It shows the background image and the title is always the node title (depends on the node we're viewing). This works just fine for some pages.
But on other pages I want the exact same banner but without having the title changed according to the node title.
I want a block to display a custom text eg. WORKERS , and not the name of the worker (name of the node...) How can I do this??
Thank you
Hi,
Please
- Go to admin/structure/block-types/manage/banner/fields, add a new text field named Custom Text
- Open file bean--banner--default.tpl.php (sites\all\themes\md_structure\templates\bean) and add new condition to display that custom text. For example: if there is custom text, PAGE TITLE of node will be not printed.