0
s.moore
Hi I was wondering if you could help me with a few of issues I am having with Team.
- When I click the "Read More" the page is displaying "/December 1, 2018" at the top of each page. Can I remove the page created data from the profile page?
- Can the profile picture be set to a specified size and have text wrap to the right of the picture?
- Is there a way to display the custom meta data fields on the profile page? The field shows up with the thumbnails, but not when you click "Read More".
Thank you
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
#1. the date (December 1, 2018) is probably coming from your theme single.php file, you could create a separate file for team single page by copying single.php to single-team_member.php and remove unnecessary things you don't want to show on team single page.
#2. please send me a screenshot what you are looking for so i can tell you if its possible or not.
#3. Yes, its possible please to display custom metadata value by filter/action hook. please see the documentation
https://pickplugins.com/documentation/team/action-hooks/team_action_single_team_member/
Regards