- Upload the 'modern-team-showcase-with-widget' folder to the '/wp-content/plugins/' directory.
- Activate the "Modern Team Showcase With Widget" list plugin through the 'Plugins' menu in WordPress.
- Add this short code where you want to display Team member in slider and grid(Columns).
- This plugin works with Team Member Grid(Columns) view.
- This plugin works with Team Member Slider view.
[mtsw-slider]
[mtsw-grid]
How it Works with PHP Template code
<?php echo do_shortcode('[mtsw-slider]'); ?>
If you want to display Team member in Grid(Columns) view then use below template code.
<?php echo do_shortcode('[mtsw-grid]'); ?>