Teamer is a WordPress plugin that allows you easy and fast to organize your company team page.
- Installation
From your Admin Panel go to Plugins -> Add New -> Upload -> Browse and pick the Teamer archive file.
Click “Install Now” button.
Click “Active Now” after the plugin has been installed.
A new menu should now appear in your Admin Menu called “Teamer”.
- Adding categories
From your Admin Panel go to Teamer -> Categories -> Add Category.
Enter category name and click “Save Changes”.
- Adding members
From your Admin Panel go to Teamer -> Members.
You will see a list with categories you have created and button to the right “Add member to this category”.
Add the member information and click Save Changes.
- Displaying the plugin on the front-end.
The plugin uses the shortcode [teamer] to display the front-end content.
From your Admin Panel create new Page or Post and type [teamer].
If you want to call it directly through “do_shortcode” use: <?php echo do_shortcode(“[teamer]”); ?>
Note:
If you intend to call the shortcode with “echo do_shortcode(“[teamer]”);” make sure you have loaded the scripts first by using:
<?php Teamer::enqueue_scripts(); ?>