How to use plugin's shortcode in custom design?
This might be a beginner question, for disclaimer I'm just getting used to the WordPress templating system:
I have a purchased theme installed on my working WordPress site, looking great sofar, was relatively easy to setup.
I installed a plugin for members functionality (Ultimate Member), then I wanted to list a group of members I created in the design with the following shortcode:
[ultimatemember form_id="xxxx"]
It displays a list of my members, fine, but in some kind of default design (header/footer, other contents are ok, like the template, I can put stuff before or after the generated list, but the member's thumb and info are not exactly as it needs to be as per client's requests)
On the other hand, my template's "Meet the Team" page which I intend to use is only a combination of "Mikado Team" elements in the page editor, where I can input team member informations right away, in text format.
How do I implement Ultimate Member's listing to a template like that? In my imagination that would be like setting the specific datas assigned to design parts, like I have on the "Meet the Team" template page:
[mkdf_team team_name="Jane Doe" ... etc data settings]
How do I set the datas to be as the member list of Ultimate Member?
The only thing I could think of is modifying the "members-grid.php" file as it controls how Ultimate Member displays those lists, but I'm sure there's an easier solution for this. :)