Skip to content
denisezamora edited this page Mar 11, 2019 · 29 revisions

Joomlatools Pages includes a powerful tool called a module template filter. This filter allows you to dynamically inject content into any Joomla module position or define your own module positions on the fly.

To insert your module, all you need to do is use the following code:

<ktml:module position="[position]">[content]</ktml:module>

where [positions] is the name of the position and [content] is the content you wish to insert.

Clone this wiki locally