How to disable post-type views
The plugin creates two post-types, one for teams and one for team members, disable this if you only want to show the showcase using a shortcode.
If you don't want the posts to be visible on the website we got you covered
To disable the views go to Team Showcase > Settings and click the Views tab. In the tab you will see two switches that are active by default, to disable team and members post views click the switches to disable them.
How to disable the plugins css or js files
If you want to reduce the server load we have an option to disable the loading of the css and js files for the frontend.
By default we load two files for the plugin a css file that has the style and a js file for the behaviour, If you want to disable them you can go to Team Showcase > Settings and navigate to the Scripts tab.
In the Scripts tab you will see two switches that are active by default, to disable the loading of the js and css files click the switches to disable them.
You can only disable the css and js files if you load an alternative code from your theme or skin file
What is a skin?
A skin is a mini template folder that you can use to create your own design or to modify an existing design to fit your needs.
The skin folder is placed outside the plugin folder in your uploads folder, this way it will not be overwritten by plugin updates.
The skin folder has four files inside:
- card.php
- config.php
- info.php
- style.css
card.php
The card.php is used for adding the style of the card, usually this will contain a name and profile image.
info.php
The info.php is used for the panel that shows extra information, this can be a side panel, layover, or expanding panel.
Usually this will have the extra bio info like contact info, social buttons and a short bio.
config.php
The config.php is used for settings that are needed for the design:
- Name of the skin
- Type of panel we are using
- Meta fields we are using
- Grid type
- Number of columns
Shortcodes
A shortcode is a simple code that you can use to add a team showcase or a team member to a page. the plugin generates two different type of shortcodes that can be copied into your site content.
Team shortcode
The team shortcode you can find in the team-showcase > teams page and will be generated when you save the team page for the first time.
The other options is to quickly copy it from the Team showcase > Teams overview this saves you a click

Member shortcode
If you want to show a specific member in your pages you can do so using the member shortcode
