adding bio to team member page
-
To create a page specific to a team member, I’ve duplicated “single.php” and named it “single-team-member.php”
I can verify this template file is called to display the page, but now I need to write the code to display only what I want.
I’ve look at the docs, but I’m not finding any clues. I’ve been reading the code, and still not seeing what I need to do. I even been reading the code for the theme, and going even deeper into WordPress code. Now I’m just banging my head against the monitor.
The entire page is pretty much created by this one line.
woo_get_template_part( 'content', get_post_type() );
So how to I make that call do what I want, or what new code do I need to replace it with?
I want the member’s photo, and their bio, added to the page.
I also need to disable the meta data from being displayed (posted by, categories, read more, add comment, etc.) This is the stuff that’s added by the Canvas theme by WooThemes.
- The topic ‘adding bio to team member page’ is closed to new replies.