Advertisement
srikat

Untitled

Mar 18th, 2015
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.46 KB | None | 0 0
  1. <article class="portfolio-item col-<?php echo $wpex_count; ?> <?php if( $terms ) foreach ( $terms as $term ) { echo $term->slug .' '; }; ?>">
  2.     <a href="<?php echo genesis_get_image( array( size => 'full' ) ); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>" class="foobox"><?php echo genesis_get_image( array( size => 'portfolio' ) ); ?>
  3.     <div class="portfolio-overlay"><h3><?php the_title(); ?></h3></div><!-- portfolio-overlay --></a>
  4. </article>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement