File: D:/web/conferencesearch/wp-content/themes/beauty-premium/portfolio.php
<?php
/**
* @package WordPress
* @subpackage Beauty & Clean
* @since 1.0
*/
/*
Template Name: Portfolio
*/
get_header() ?>
<?php get_template_part( 'slider' ); ?>
<!-- START CONTENT -->
<?php get_template_part( 'loop', 'page' ) ?>
<?php
if( !$type_bl_portfolio = get_post_meta( get_the_ID(), 'portfolio_type', true ) )
$type_bl_portfolio = get_option( $GLOBALS['shortname'] . '_portfolio_type', '3cols' );
?>
<?php get_template_part( 'loop', 'portfolio-' . $type_bl_portfolio ) ?>
<?php clear() ?>
<?php if(function_exists('pagination')) : pagination(); else : ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link(__('Next »', TEXTDOMAIN)) ?></div>
<div class="alignright"><?php previous_posts_link(__('« Back', TEXTDOMAIN)) ?></div>
</div>
<?php endif; ?>
<div class="line clear"></div>
<?php get_footer() ?>