Ejemplo n.º 1
0
									<td><strong><a href="<?php 
        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 days"><?php 
        echo jr_remaining_days($my_query->post);
        ?>
</td>
									<td class="center"><?php 
        echo $job_views;
        ?>
</td>
									<td class="actions"><?php 
        if (get_option('jr_allow_editing') == 'yes') {
            ?>
<a href="<?php 
            echo add_query_arg('edit', $my_query->post->ID, get_permalink(get_option('jr_edit_job_page_id')));
            ?>
"><?php 
            _e('Edit&nbsp;&rarr;', 'appthemes');
            ?>
Ejemplo n.º 2
0
            echo apply_filters('the_content', get_post_meta($post->ID, '_how_to_apply', true));
            ?>

					<?php 
        }
        ?>

					<p class="meta"><em><?php 
        the_taxonomies();
        ?>
 <?php 
        if (!jr_check_expired($post) && jr_remaining_days($post) != '-') {
            _e('Job expires in', 'appthemes');
            ?>
 <strong><?php 
            echo jr_remaining_days($post);
            ?>
</strong>.<?php 
        }
        ?>
</em></p>

					<?php 
        if (get_option('jr_ad_stats_all') == 'yes') {
            ?>
<p class="stats"><?php 
            appthemes_stats_counter($post->ID);
            ?>
</p> <?php 
        }
        ?>