Allowing multiple author bios
-
Hello! I amusing a theme called Smartbox that has these nice little author bios show up below posts. I believe I have found the place in single.php that calls these bios and it appears like this:
<?php if( oxy_get_option('author_bio') == 'on') oxy_author_bio( get_the_author_meta('ID') ); ?>Any idea how I would get it to allow multiple author bios in the same post? I know if pulls the written bio info from the “users” area in wordpress but pulls the author image from gravatar.
Thank you if you can help!
The topic ‘Allowing multiple author bios’ is closed to new replies.