I have created a portfolio but notice those pages don’t show the author of the page, does anyone know how to change this?
Hi siwilson,
assuming that you talk about the posts within a portfolio (those pages?), the standard posts should all show the author unless you changed the meta info in your css.
Cheers,
Alexander @ http://www.mouseclick.com
Sorry, i probably wasn’t very clear. It does show the author name, but not the bio, like on a a regular post. I would like to see the bio on all posts, including the portfolio pages.
Open functions.php and in the function pinboard_post_author() change the condition on the first line to this:
if( pinboard_get_option( 'author_box' ) )