Not Verified English Talks

200,
‘category__in’ => array(2078,1584) ,
‘category__not_in’ => array(1659,1602,66,1630),
‘order’ => ‘ASC’,
‘nopaging’ => 1,

);

echo “

    “;

    $the_query = new WP_Query( $args );
    echo “Found $the_query->found_posts\n”;

    if ( $the_query->have_posts() ) {

    while ( $the_query->have_posts() ) {

    $the_query->the_post();

    $in_prog = ”;
    $verified = ”;
    $checked = ”;

    if (has_category( 2133 ) === TRUE) $in_prog = “ – Transcription in Progress !” ;
    if (has_tag(‘§’) === TRUE) $checked = “ | ” ;

    if (has_category( 2077 ) === TRUE) $verified = “ – Transcription Verified! !” ;
    echo ‘

  • ‘ . print_event_media($post_id,$DP_cat_ID) . $verified.$in_prog . ‘
  • ‘ ;

    }
    }
    echo ‘

‘;
wp_reset_postdata();

echo ‘
‘;
echo ‘

  • T – Talk with Transcript
  • ‘;
    echo ‘

  • A – Talk with Audio
  • ‘;
    echo ‘

  • V – Talk with Video
  • ‘;
    echo ‘

  • DP – Archived
  • ‘;
    ?>