CMS_HEAD

The content type CMS_HEAD provides editor enter the single line headline in backend of CONTENIDO and print stored text in frontend.

CMS_HEAD can be used in several CONTENIDO modules.

The usage is quite simple, put the code below in your output modul section and you are finished.

The name CMS_HEAD specifies which content type should be used and [1] is the index of headline. The index must be integer value.

Note

If you are using more then one CMS_HEAD per article, you have to change/increment index of the next CMS_HEAD .

echo "CMS_HEAD[1]";
or
echo "CMS_HEAD[100]";

To edit text klick on the pen icon, after input you can store new headline by clicking on green check icon.

Â