Return one of user’s post from a category in user’s profile
WOO WOO! I got it! I’m using a custom theme for Genesis, so you may see some of that in the notes below, but here it is in case anyone wants to see it. In functions.php /** Display author box on single posts */ add_filter( ‘get_the_author_genesis_author_box_single’, ‘__return_true’ ); /** Display author box on archive pages … Read more