Advertisement
Guest User

Untitled

a guest
May 21st, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. <div style="width:50%;display:inline-block;" id="post_<?php the_ID() ?>" <?php post_class('post infinite_deal deal_status-'.gb_get_status().' clearfix'); ?>>
  2. <h5 class="cat_slider_title title gb_ff">
  3. <a href="<?php echo get_term_link((int)$category->term_id, gb_get_deal_cat_slug()); ?>" title="<?php gb_e('View Category') ?>"><?php echo $category->name; ?></a>
  4. </h5>
  5.  
  6. <?php if ( has_post_thumbnail() ): ?>
  7. <div class="loop_thumb" style="position:relative">
  8. <div class="pop-up">
  9. <div class="pop-up-button-wrapper">
  10. <p class="cat-description"> <?php echo $category->description; ?> </p>
  11. <a id="getItNow" href="<?php echo get_term_link((int)$category->term_id, gb_get_deal_cat_slug()); ?>" class="button small gb_ff pop-up-button"><?php gb_e('View Sale'); ?></a></div></div>
  12. <a href="<?php echo get_term_link((int)$category->term_id, gb_get_deal_cat_slug()); ?>" title="<?php gb_e('View Category') ?>"><?php the_post_thumbnail('gbs_600'); ?></a>
  13. </div>
  14. <?php else : ?>
  15. <div class="loop_thumb thumb_logo"><img src="<?php gb_header_logo(); ?>" /></div>
  16. <?php endif; ?>
  17.  
  18.  
  19. </div><!-- // #post-#id -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement