Todos los autores citados

[insert_php]
$settings = array(
‘smallest’ => 12,
‘largest’ => 24,
‘unit’ => ‘px’,
‘number’ => 0,
‘format’ => ‘flat’,
‘orderby’ => ‘name’,
‘order’ => ‘ASC’,
‘exclude’ => null,
‘include’ => null,
‘link’ => ‘view’,
‘echo’ => true );

wp_tag_cloud($settings);
[/insert_php]