Calendar Entry Categories
Gathers the categories of a module and prints them onto a single web page.
Usage
Shortcode:
[entry_categories_repeat]
Parameters:
Parameters | Description |
---|---|
[id] | ID of the module from which the data is coming |
Code Example:
<div class="services"> <h3>Services Included</h3> [entry_categories_repeat id="{{calendar_entry_id}}"] <p>{{{title}}}</p> [/entry_categories_repeat] </div>
Please sign in to leave a comment.
0 Comments