?>

                 <div class="cb-meta cb-article-meta">

                    <h2 class="cb-post-title"><a href="<?php 
        the_permalink();
        ?>
"><?php 
        the_title();
        ?>
</a></h2>
                    <?php 
        if ($cb_section == 'c' || $cb_section == 'a' || $i == 1) {
            echo cb_get_byline_date($cb_post_id);
        } else {
            echo cb_get_review_byline($cb_post_id);
        }
        ?>

                </div>

            </article>

            <?php 
        if ($i == 1 && $cb_section != 'c' && $cb_section != 'a') {
            echo '<div class="cb-article-row cb-no-2 ">';
        }
        $i++;
        $j++;
        if ($j == 4) {
            $j = 1;
 function cb_review_byline($cb_post_id)
 {
     echo cb_get_review_byline($cb_post_id);
 }