File: /home/crowdandsafety/public_html/wp-content/themes/x/framework/views/ethos/content-portfolio.php
<?php
// =============================================================================
// VIEWS/ETHOS/CONTENT-PORTFOLIO.PHP
// -----------------------------------------------------------------------------
// Portfolio post output for Ethos.
// =============================================================================
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php x_ethos_entry_top_navigation(); ?>
<div class="entry-featured">
<?php x_portfolio_item_featured_content(); ?>
</div>
<div class="entry-wrap cf">
<?php x_get_view( 'global', '_content', 'the-content' ); ?>
<?php /* Social */ ?>
<?php x_portfolio_item_social_output() ?>
</div>
</article>