Example #1
0
							<?php endif ?>
						</div>

						<div class="work-description span8" style="float: <?php echo $image_position ?>">
			                <h1><?php yit_work_the( 'title' ) ?></h1>
							<?php yit_work_the('content'); ?>			                            
			            </div>            

			            <?php if( ($skills && $skills_label) || $year || $customer || $terms_plain  ): ?>
				            <div class="work-skillsdate span4">
				                <h4><?php echo yit_work_get('project-label'); ?></h4>
					            <?php if( ! empty( $skills ) && ! empty( $skills_label ) ): ?><p class="categories paragraph-links"><span class="meta-label"><?php echo $skills_label  ?>:</span> <?php echo $skills ?></p><?php endif ?>
					            <?php if( ! empty( $customer ) ): ?><p class="customer"><span class="meta-label"><?php echo _e('Customer', 'yit') ?>:</span> <?php echo $customer; ?></p><?php endif ?>
		                        <?php if( ! empty( $terms_plain ) ): ?><p class="categories"><span class="meta-label"><?php echo _e('Categories', 'yit') ?>:</span> <?php echo $terms_plain; ?></p><?php endif ?>
                                
					            <?php if( ! empty( $website ) || ! empty( $website_url ) ): ?><p class="website"><span class="meta-label"><?php echo _e('URL', 'yit') ?>:</span> <a href="<?php echo esc_url( $website_url ) ?>"><?php echo empty( $website ) ? $website_url : $website; ?></a></p><?php endif ?>
								<?php if( ! empty( $year ) ): ?><p class="workdate"><span class="meta-label"><?php echo _e('Date', 'yit') ?>:</span> <?php echo $year; ?></p><?php endif ?>
				            </div>
			            <?php endif ?>
					<?php endif ?>
				</div>
			</div>
		</div>
			

<?php endwhile ?>

<?php yit_portfolio_pagination() ?>

</div>
<div class="clear"></div>
Example #2
0
    yit_work_the('title');
    ?>
</a></h4>
                            
                            <?php 
    if (yit_work_get('enable_excerpt')) {
        ?>
	                            <?php 
        echo yit_content(yit_work_get('content'), yit_work_get('excerpt_length'));
        ?>
                            <?php 
    }
    ?>
                            
                			<?php 
    if (yit_work_get('read_more_text') != '') {
        echo yit_sc_more_link("<a class='read-more' href='{$post_permalink}'>" . yit_work_get('read_more_text') . "</a>", yit_work_get('read_more_text'), $post_permalink);
    }
    ?>
                        </li>       
                        <?php 
    $i++;
}
?>
        
                    </ul>
                    <?php 
yit_portfolio_pagination();
?>
               </div>
Example #3
0
</a></h4>
		
				<?php 
    if (yit_work_get('enable_excerpt')) {
        ?>
					<?php 
        echo yit_content(yit_work_get('content'), yit_work_get('excerpt_length'));
        ?>
				<?php 
    }
    ?>
		
				<?php 
    if (yit_work_get('read_more_text') != '') {
        echo yit_sc_more_link("<a class='read-more black-button' href='{$post_permalink}'>" . yit_work_get('read_more_text') . "</a>", yit_work_get('read_more_text'), $post_permalink);
    }
    ?>
			</li>
		<?php 
    $i++;
    $classes = '';
}
?>
	</ul>

<?php 
yit_portfolio_pagination('', 1);
?>

</div><!-- .row -->