Skip to content

Content Sections Theme Component#


Description#

Content Sections are a place to manage your sites content pages. Content such about us, policy pages, or other content needs. There is an option to contain the Content Section with a div tag which will have a class of readytheme-contentsection and and id of the code given to the banner.

Item#

<mvt:item name="readytheme" param="contentsection('CONTENT_SECTION_CODE')" />

Outputs#

<div id="about-us" class="readytheme-contentsection">Welcome to my site!</div>