Skip to content

Custom Content

The Custom Content plugin allows you to to extend your CEO powered site by creating a custom content channel for any purpose. Your new channel can then respond to URLs on your public site and make use of custom templates.

Custom Content entries are made up of any number of CEO Meta Properties, including:

  • Plain Text
  • Multi-line Plain Text
  • Rich Text
  • Code Editor
  • Related Content

The fields can be accessed in an entry template via the camel cased version of their slug.

For example, if you have a field called "Classified Ad", the slug will be classified-ad and you will access it in a template as {{ entry.classifiedAd }}.

The RelatedcontentMetaProperty will automatically return a collection of related content objects to your template.

See Meta Properties for more information