<div id="content">
<div class="mozaique">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php $current_post_id = get_the_ID(); $post_cats = wp_get_post_categories( get_the_ID(), NULL ); sort($post_cats,SORT_NUMERIC); ?>
<div id="singlecont"><!--singlecont-->
<div id="videocont"><!--videocont-->
<div class="textsection">
<h2><?php the_title() ?> - <?php $duration = tube_getcustomfield('duration',get_the_ID()); if(!empty($duration)) : ?>
<?php echo $duration; ?>
<?php endif ?>