Your IP : 216.73.216.95


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/loop/portfolio/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/loop/portfolio/caption-01.php

<div class="post-info">
	<h3 class="post-title">
		<a href="<?php Maxcoach_Portfolio::instance()->the_permalink(); ?>"><?php the_title(); ?></a>
	</h3>

	<?php if ( 'yes' === $settings['show_caption_category'] ) : ?>
		<?php Maxcoach_Portfolio::instance()->the_categories(); ?>
	<?php endif; ?>

	<?php if ( 'yes' === $settings['show_caption_excerpt'] ) : ?>
		<?php
		if ( empty( $settings['excerpt_length'] ) ) {
			$settings['excerpt_length'] = 10;
		}
		?>
		<div class="portfolio-excerpt">
			<?php Maxcoach_Templates::excerpt( array(
				'limit' => $settings['excerpt_length'],
				'type'  => 'word',
			) ); ?>
		</div>
	<?php endif; ?>
</div>