Ejemplo n.º 1
0
            the_permalink();
            ?>
"><?php 
            the_title();
            ?>
</a></strong></td>
								<td class="date"><strong><?php 
            the_time(__('j M', 'appthemes'));
            ?>
</strong> <span class="year"><?php 
            the_time(__('Y', 'appthemes'));
            ?>
</span></td>
								<td class="center"><?php 
            $jr_order = new jr_order();
            if ($jr_order->find_order_for_job($my_query->post->ID)) {
                if ($jr_order->status != 'completed') {
                    echo __('Ended (order incomplete)', 'appthemes');
                } else {
                    echo __('Ended', 'appthemes');
                }
            } else {
                echo __('Ended', 'appthemes');
            }
            ?>
</td>
								<td class="center"><?php 
            echo $job_views;
            ?>
</td>
								<td class="actions">