HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
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 &raquo;', TEXTDOMAIN)) ?></div>
                <div class="alignright"><?php previous_posts_link(__('&laquo; Back', TEXTDOMAIN)) ?></div>
            </div>
        
        <?php endif; ?>
    
        <div class="line clear"></div> 
        
<?php get_footer() ?>