I am trying to use the tile template as well as the profile template on a single page. The page consists of a tabbed page section as well and although I specify a particular template per category using shortcode, only one template is applied to all categories listed on that page. How can I insert/use 2 different connection templates on different categories on a single page, using short code?
This is the code I am currently using:
[connections_list id='26,27,28,29,30,31,32' order_by='id|SPECIFIED' template='profile']
[connections category_name='Intermediate Phase' template='tile']
What is happening, with the above, is that the "Tile template" is applied to all categories, despite the short code being differen per individual categories.
I urgently need to resolve this issue as the "main page" must show categories/connection lists with the "profile template" and the categories in the tabbed pages must be displayed with the "tile template"