Example #1
0
		<div class="entry-teaser teaser-column">
			<h3 class="block-title">OVERVIEW</h3>

			<?php 
the_excerpt('<p class="entry-excerpt">', '</p>');
?>
		</div><!-- .entry-teaser -->

		<div class="entry-tags">

			<h3 class="block-title">WHAT WE DID</h3>

			<div class="cloud-tags">

				<?php 
tags_custom_taxonomy('note');
?>

			</div>
			
		</div><!-- .entry-tags -->
	</div><!-- .entry-overview -->

	<?php 
// Get slideshow shortcode
$slideshowcode = get_post_meta($post->ID, 'DP_SLIDE_CODE', true);
// If not empty call shortcode to display it
if ($slideshowcode != '') {
    print do_shortcode($slideshowcode);
}
?>
Example #2
0
?>
</h3>

			<?php 
the_excerpt('<p class="entry-excerpt">', '</p>');
?>
		</div><!-- .entry-teaser -->

		<div class="entry-tags">

			<h3 class="block-title">TYPE</h3>

			<div class="cloud-tags">

				<?php 
tags_custom_taxonomy('type');
?>

			</div>

		</div><!-- .entry-tags -->

	</div><!-- .entry-overview -->

	<div class="white">
		<div class="entry-content entry-job">

			<h3 class="block-title"><?php 
echo $ti_content;
?>
 :</h3>