예제 #1
0
    if ($categories_list && lucid_categorized_blog()) {
        ?>
			<span class="cat-links">
				<?php 
        printf(__('in %1$s', 'lucid'), $categories_list);
        ?>
			</span>
			<?php 
    }
    // End if categories
    ?>
		</div><!-- .entry-meta -->
		<?php 
}
?>
	</header><!-- .entry-header -->

	<div class="content-post">
		<a href="<?php 
echo the_permalink();
?>
">
			<p>
				<?php 
echo am_get_content(160);
?>
			</p>
		</a>
	</div>

</article><!-- #post-## -->
        the_post();
        ?>

				<li>
					<a name="<?php 
        echo the_ID();
        ?>
"></a>
					<h3><?php 
        echo types_render_field("job-title", array("arg1" => "val1", "arg2" => "val2"));
        ?>
</h3>
					<p>
					<?php 
        if ($iframe) {
            echo am_get_content(100, types_render_field("job-description", array()));
        } else {
            echo types_render_field("job-description", array());
        }
        if ($iframe) {
            ?>
						<span class="learnmore"><a href="/job-listings-page/#<?php 
            echo the_ID();
            ?>
" target="_parent">learn more</a></span>
					<?php 
        }
        ?>
					</p>
				</li>
예제 #3
0
" class="thumbnail-permalink"><?php 
            the_post_thumbnail('featured-post');
            ?>
</a>
				 
				<?php 
        }
        ?>

				<div class="entry-content">
					<p>
						<a href="<?php 
        echo the_permalink();
        ?>
"><?php 
        echo am_get_content(140);
        ?>
</a>
					</p>
				</div>

			</article><!-- #post-## -->

		<?php 
    }
    ?>

	<?php 
}
?>
	</div>