prueba listado autores

$cf_profesor = get_post_meta( get_the_ID(), 'autor', true ); if ($cf_profesor){ echo "Autor: ".$cf_profesor; }