HEX
Server: Apache
System: Linux p3plzcpnl489526.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: vmasmheia229 (9244908)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/vmasmheia229/domains/overtoneband.com/html/wp-content/themes/bigcity/portfolio_four.php
<?php
/**
* Template Name: Portfolio four
**/
?>
<?php if (get_post_meta($post->ID, 'header_choice_select', true));{ get_header(get_post_meta($post->ID, 'header_choice_select', true)); } ?>


<div id="portfolio4">

<?php
	$portfoli_cat = get_post_meta($post->ID, 'portfolio_cat_id_value', true);
	$args=array(
    'post_type' => 'portfolio', 
	'posts_per_page' => -1,
	'services_rendered' => $portfoli_cat
   );

  $loop = new WP_Query($args); ?>

<?php while ($loop->have_posts()) : $loop->the_post(); 	?>
<div class="portfolio-item-four">
<div class="portfolio-item-four-container">

<?php if (has_post_thumbnail ()) : ?>
<div class="thumbnail-four">
<a href="<?php the_permalink() ?>" > </a>
<?php the_post_thumbnail('portfolio_four', array('title' => "")); ?> 
								<?php
								$url = wp_get_attachment_url( get_post_thumbnail_id($post->ID) );
								
									echo '<a href="'.$url.'" rel="" class="fancybox"></a>';     
								?>   

</div><!--#thumbnail-->
<?php endif; ?>
<!-- end portfolio-item -->
<div class="portfolio-item-text-four">
<h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>

</div> <!-- end portfolio-item text-->	
</div> <!-- end portfolio-item-container-->
</div> <!-- end portfolio-item-->

<?php endwhile; ?>
<div style="clear:both;"></div>		
</div><!--#portfolio-->

<?php get_footer(); ?>