Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Team member not appearing
Tagged: custom post type, shortcode, team
- This topic has 5 replies, 3 voices, and was last updated 10 years, 6 months ago by
Kevllar.
-
AuthorPosts
-
October 1, 2014 at 3:17 am #9588
Kevllar
MemberHi,
I’m quite stumped. I’ve setup this website for a client. I’ve imported posts from another blog and some of those posts are of team members. I managed to load them (using Covert Post Type plugin) into the Team custom post type but now the client is unable to add new Team members to the Teams section.
I’m using this shortcode to load the team members:
[segment id="actors"] [show_post_snippets intro_text="" layout_class="rounded-images" post_type="team" number_of_columns=4 post_count=-1 image_size="medium" excerpt_count=200 display_title="true" display_summary="true" show_excerpt="true" hide_thumbnail="false" terms="current"] [/segment]
Maybe there’s a better shortcode to use?
http://www.tripletake.net/current-members/
The following member can be seen in the Admin section under Teams. But is no where to be found on the actual team page. “ALEX ZGUD”
Can you help?
Kevin
October 1, 2014 at 3:19 am #9589Kevllar
MemberThis reply has been marked as private.October 1, 2014 at 12:23 pm #9595Raghavendra
ModeratorIt is working now. You had an extra parameter named terms=”current” added to the shortcode. Removed the same.
October 1, 2014 at 5:10 pm #9604Kevllar
MemberOk this is great thanks!
However, I really need to separate them by “Department”. That’s why I included the “Current”. I have all the Departments setup in Teams.
Notice how this page has the same shortcode but only displays past members:
[show_post_snippets intro_text=”” layout_class=”rounded-images” post_type=”team” number_of_columns=4 post_count=-1 image_size=”medium” excerpt_count=200 display_title=”true” display_summary=”true” show_excerpt=”true” hide_thumbnail=”false” terms=”past”]
How can I show only the team members in the category I specify?
Am I doing this all wrong?
October 2, 2014 at 3:14 pm #9622Veena
ModeratorPls include one more parameter taxonamy=”department”.It is given in the theme documentation under the heading portfolio shortcodes,pls go through it.
October 3, 2014 at 2:50 am #9628Kevllar
Member[show_post_snippets post_type="team" taxonamy="department" terms="current" number_of_columns=4 post_count=200 image_size="medium" excerpt_count=200 filterable=false no_margin=true display_title="true" display_summary="true" show_excerpt="true" hide_thumbnail="false"]
This is the shortcode I finally used to make it work! WOW good thing you told me to look at the documentation. taxonamy has an A here people! I thought it was spelling mistake. Was pulling my hair out until I noticed the documentation had an A also!
Resolved. That was fun geez.
-
AuthorPosts
- The topic ‘Team member not appearing’ is closed to new replies.