Example #1
0
<?php

/**
 * Main loop for displaying jobs
 *
 * @package JobRoller
 * @author AppThemes
 *
 */
?>

<?php 
appthemes_before_loop('job_listing');
?>

<?php 
if (have_posts()) {
    $alt = 1;
    ?>

    <ol class="jobs">

        <?php 
    while (have_posts()) {
        the_post();
        ?>
		
			<?php 
        appthemes_before_post('job_listing');
        ?>
Example #2
0
<?php

/**
 * Main loop for displaying resumes
 *
 * @package JobRoller
 * @author AppThemes
 *
 */
?>

<?php 
appthemes_before_loop('resume');
?>

<?php 
if (have_posts()) {
    $alt = 1;
    ?>

    <ol class="resumes">

        <?php 
    while (have_posts()) {
        the_post();
        ?>
		
			<?php 
        appthemes_before_post('resume');
        ?>
Example #3
0


  <div id="loop" class="flip clear">
  

	<?php 
    $cnt = 1;
    ?>

	<?php 
}
?>

	<?php 
appthemes_before_loop();
?>

	<?php 
if (have_posts()) {
    ?>

	    <?php 
    while (have_posts()) {
        the_post();
        ?>

	        <?php 
        appthemes_before_post();
        ?>
			
Example #4
0
	<script>
		/* featured listings slider */
		jQuery(document).ready(function($) {
			$('div.slider').jCarouselLite({
				btnNext: '.next',
				btnPrev: '.prev',
				autoWidth: true,
				responsive: true,
				autoCSS: true,
				speed: 300,
			});
		});
	</script>

	<?php 
    appthemes_before_loop('featured');
    ?>

	<?php 
    if ($featured = cp_get_featured_slider_ads()) {
        ?>

		<!-- featured listings -->
		<div class="shadowblock_out slider_top">

			<div class="shadowblock sliderblock">

				<h2 class="dotted"><?php 
        _e('Featured Listings', APP_TD);
        ?>
</h2>