Monklets
Overview
Monklets are predefined code snippets that allow you to bring other module content into your pages (ie: events.). There are a few monklets that have been created that are placed in the content area of your fullwidth sections on your Subpage and Homepage.
You can use a monklet inside a section by placing your cursor in the content area and selecting:
Insert > Monklet > "Desired Monklet"
Some monklets allow inline parameters to be added into the monklet tag to pull items from a specific group, category, etc. -> see this help article for details. For additional information about using monklets, check out our help article here.
Note: you will see some additional monklets listed for your custom layouts (ministry, new here, etc); however, these are only available for use with the respective layouts.
Section Monklets
These monklets can be added to page content or fullwidth sections.
Carousel Monklet
The homepage has a separate monklet titled "Carousel Monklet - Home Page", which is used in the Home - Ministries section.
The carousel items will rotate 4 at a time. Steps to using this monklet:
- Create a link list by going to Content > Link Lists > Add a New Link List. The homepage section uses the link list titled: "Home - Ministries Carousel".
- Add a new link and include the name, URL or page you want to point to, image and description
- Insert the monklet into a page/section and tell it to "find" the name of the link list you created using the inline parameter syntax.
Monklet Example: {{carousel-monklet|find="home-ministries-carousel"}}
Featured Article Monklet
The homepage has a separate monklet titled "Featured Article Monklet - Home Page", which is used in the Home - Latest Article section.
Content > Articles
Displays the latest article "published as featured". If you'd like to display the most recent featured events from a specific category or group, you can use the "find_group" or "find_category" parameters.
Monklet: {{featured-article-monklet}}
Featured Event Monklet
The homepage has a separate monklet titled "Events Monklet - Home Page", which is used in the Home - Week of Events section.
Displays the latest event added to the Events module that are published as featured (Content > Events). If you'd like to display the most recent featured events from a specific category or group, you can use the "find_group" or "find_category" parameters.
Monklet: {{featured-event-monklet}}
Featured Sermon Monklet
The homepage has a separate monklet titled "Featured Sermon Monklet - Home Page", which is used in the Home - Latest Message section.
Content > Sermons
Displays the sermon published as featured. If you'd like to display the most recent featured events from a specific category or group, you can use the "find_group" or "find_category" parameters.
Monklet: {{featured-sermon-monklet}}
Image Links Monklet
The homepage has a separate monklet titled "Image Links Monklet - Home Page", which is used in the Home - Next Steps section.
Displays rows of 3 images. Steps to using this monklet:
- Create a link list by going to Content > Link Lists > Add a New Link List. There is an example link list titled "Image Links Example", and the homepage section uses the link list titled: "Home - Next Steps".
- Add a new link and include the name, URL or page you want to point to, image and description
- Insert the monklet into a page/section and tell it to "find" the name of the link list you created using the inline parameter syntax.
Monklet Example: {{image-links-monklet|find="image-links-example"}}
Specialty Monklets
These specialty monklets can be inserted in the page content area of your Subpage templates.
Gallery Monklet
The "Gallery Monklet" can be inserted into the content area of a page to display a specific photo gallery grid.
After you insert the monklet, the specific gallery name you want to display needs to be added using the "find_gallery" parameter. The name of the gallery should be in slug format, which is the gallery name in lowercase with dashes in place of spaces.
For example, if you created a Gallery titled "Kids Photos", the monklet tag structure would look like this: {{gallery-monklet|find_gallery="kids-photos"}}