Advertisement
Guest User

Untitled

a guest
Jul 12th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.14 KB | None | 0 0
  1. <?php
  2. <div class="main">
  3.   <div class="block-content">
  4.     <!-- LEFT SIDE -->
  5.     <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
  6.     <div class="leftcontents">
  7.       <div class="leftcontents">
  8.         <div class="main_view">
  9.           <div class="cont-maindear">
  10.             <!-- THUMB IMG -->
  11.             <div class="mainimg">
  12.              
  13.               <?php if (wg_get_price() != 0) { ?>
  14.               <div class="v7price_promotion fixPNG mLeft400 mTop10">
  15.                 <?php wg_amount_saved() ?>
  16.               </div>
  17.               <?php } else { ?>
  18.              
  19.               <?php } ?>
  20.              
  21.               <?php if ( wg_has_featured_content() ) :?>
  22.                 <?php wg_featured_content(); ?>
  23.               <?php elseif ( has_post_thumbnail() ) : ?>
  24.                 <?php the_post_thumbnail('wpg_481x475'); ?>
  25.               <?php else: ?>
  26.                 <div class="no_img 475"><img src="<?php bloginfo('template_directory'); ?>/style/images/background/no_img_475.png" /></div>
  27.               <?php endif; ?>
  28.               </div>
  29.            
  30.             <!-- END THUMB IMG -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement