Addon Info

Developer: Conflux Group, Inc.

License: View

$10.00

Minors

Find, loop through and display child pages in your MojoMotor layouts.

Note

The latest release of Minors, version 1.3.1, contains a fix to make the addon compatible with MojoMotor 1.1.0. This fix makes the addon incompatible with previous versions of MojoMotor. If you should need a copy of the pre-1.1.0 release, please contact support.

Example

All of the functionality of the Minors addons can be accessed through the display template tag pair:

{mojo:minors:display parent="about"}

<!-- All of the code within the tag pair is used as a template

for each of the children found -->

<!-- You can access built in fields, such as page_title, url_title, page_id, 

meta_description and meta_keywords -->

{page_title}

<!-- If you have our Outfielders custom meta data addon installed as well,

you can also access your custom fields through Minors -->

{custom_field_name}

{/mojo:minors:display}

 

All of the functionality of the Minors addons can be accessed through the display 
template tag pair:
 
{mojo:minors:display parent="about"}
 
<!-- All of the code within the tag pair is used as a template
for each of the children found -->
 
<!-- You can access built in fields, such as page_title, url_title, page_id, 
meta_description and meta_keywords -->
{page_title}
 
<!-- If you have our Outfielders custom meta data addon installed as well,
you can also access your custom fields through Minors -->
{custom_field_name}
 
{/mojo:minors:display}