}
?>

		<?php 
WpvTemplates::right_sidebar();
?>

		<?php 
if (wpv_get_optionb('show-related-portfolios') && WPV_Portfolio::in_category($terms_slug) > 1) {
    ?>
			<div class="clearfix related-portfolios">
				<div class="grid-1-1">
					<?php 
    echo apply_filters('wpv_related_portfolios_title', '<h2 class="related-content-title">' . wpv_get_option('related-portfolios-title') . '</h3>');
    ?>
					<?php 
    echo WPV_Portfolio::shortcode(array('column' => 4, 'cat' => $terms_slug, 'ids' => '', 'max' => 8, 'height' => 400, 'title' => 'below', 'desc' => true, 'more' => __('View', 'church-event'), 'nopaging' => 'true', 'group' => 'true', 'layout' => 'scrollable', 'post__not_in' => get_the_ID()));
    ?>
				</div>
			</div>
		<?php 
}
if (!wpv_is_reduced_response()) {
    ?>
	</div>
<?php 
    get_footer();
} else {
    wpv_reduced_footer();
}
// reduced
Ejemplo n.º 2
0
									correct_height *= win_width / WPV_FRONT.content_width;

								$.WPV.PortfolioSlider.init(<?php 
        echo json_encode($data);
        ?>
, {
									resizing: '<?php 
        echo $fancy_portfolio_resizing;
        ?>
',
									height: correct_height
								});
							});
						</script>
						<?php 
        echo WPV_Portfolio::shortcode(array('column' => 4, 'cat' => WpvFancyPortfolio::get_categories(), 'ids' => '', 'max' => -1, 'title' => 'overlay', 'desc' => false, 'more' => get_post_meta($post->ID, 'fancy-portfolio-more', true), 'nopaging' => 'true', 'group' => 'true', 'layout' => 'fit-rows', 'class' => 'ajax-portfolio-items', 'fancy_page' => true));
        wp_enqueue_script('vamtam-portfolioslider');
    }
    ?>

				<?php 
    the_content();
    ?>
				<?php 
    wp_link_pages(array('before' => '<div class="page-link">' . __('Pages:', 'church-event'), 'after' => '</div>'));
    ?>
				<?php 
    WpvTemplates::share('page');
    ?>
			</div>