Exemplo n.º 1
0
}
?>
            	<h2>Project Information</h2>
                <?php 
the_content();
?>
                <ul class="list-unstyled">
					<?php 
the_conditional_field('client', '<li><i class="fa fa-user"></i> ', '</li>');
?>
					<?php 
the_conditional_field('date', '<li><i class="fa fa-calendar"></i> ', '</li>');
?>
					<?php 
if (ocp_post_tax_no_link($post->ID, 'portfolio_cat') !== '') {
    echo '<li><i class="fa fa-tags"></i> ' . ocp_post_tax_no_link($post->ID, 'portfolio_cat') . '</li>';
}
?>
                </ul>
				<?php 
the_conditional_field('link', '<a href="', '" class="btn-u btn-u-large">VISIT THE PROJECT</a>');
?>
            </div>
            <!-- End Content Info -->        
        </div><!--/row-->

		<?php 
the_conditional_field('quote', '<div class="tag-box tag-box-v2"><p>', '</p></div>');
?>

        <div class="margin-bottom-20 clearfix"></div>    
Exemplo n.º 2
0
            ?>
">
                    <a href="<?php 
            the_permalink();
            ?>
">
                        <?php 
            the_post_thumbnail('feed-thumbs', array('class' => 'img-responsive full-width'));
            ?>
                        <div class="sorting-cover">
                            <span><?php 
            the_title();
            ?>
</span>
                            <p><?php 
            echo ocp_post_tax_no_link($post->ID, $cat);
            ?>
</p>
                        </div>
                    </a>
                </li>
                <?php 
        }
        wp_reset_query();
        ?>
            </ul>
        
            <div class="clearfix"></div>
        </div>
		<?php 
    }