romimitu

taxonomy-health_category.php

Nov 20th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.58 KB | None | 0 0
  1. <div id="wrap" align="left">           
  2.     <ul class="list">                                      
  3.     <?php while(have_posts())  : the_post(); ?>
  4.         <li id="<?php the_title();?>">
  5.             <div class="single_field">
  6.                 <div id="test_field" class="code"><?php the_title();?></div>
  7.                 <div id="test_field" class="name"style="width: 60%;"><?php the_content();?></div>
  8.                 <div id="test_field" class="price">Tk.
  9.                 <?php echo get_post_meta(get_the_ID(), 'custom_field', true);?></div>
  10.                 <div id="test_field"><button type="button">Add</button></div>
  11.             </div>
  12.         </li>
  13.     <?php endwhile; ?>
  14.     </ul>          
  15.     <br clear="all" />     
  16. </div>
Add Comment
Please, Sign In to add comment