Audio

<?php
global $more;
$more = 0;
query_posts(‘cat=38’);
if(have_posts()) : while(have_posts()) : the_post();
?>

<a href=&quot;&quot;><?php the_title( '

‘,

‘ ); ?>

<?php
endwhile;
endif;
wp_reset_query();
?>