Discussed in #1481
Originally posted by district6wc August 4, 2024
Hi
I'd like to list the Alateen meetings on our Alateen page, is there a shortcode that can manage this?
Thanks
Rose L
Modify [tsml_ui] shortcode to accept passed parameter types. See the WordPress function add_shortcode and our short code tsml_next_meetings($arguments) for related details on how to do. The end case usage would be something like [tsml_ui type="alateen"]:
Discussed in #1481
Originally posted by district6wc August 4, 2024
Hi
I'd like to list the Alateen meetings on our Alateen page, is there a shortcode that can manage this?
Thanks
Rose L
Modify [tsml_ui] shortcode to accept passed parameter types. See the WordPress function add_shortcode and our short code
tsml_next_meetings($arguments)for related details on how to do. The end case usage would be something like[tsml_ui type="alateen"]: