Advertisement
romimitu

post-loop.php

Nov 21st, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.57 KB | None | 0 0
  1. <div class="test_content_area" id="accordion-example" data-collapse="accordion">
  2.     <h3><!-- Here need Category name --></h3>
  3.     <div id="wrap" align="left">           
  4.         <ul class="list">
  5.        
  6.         <!-- Post loop Start -->
  7.             <li id="2">
  8.                 <div class="single_field">
  9.                     <div id="test_field">askljdasd</div>
  10.                     <div id="test_field" class="name"style="width: 60%;">sdasdas</div>
  11.                     <div id="test_field" class="price">Tk. 100</div>
  12.                     <div id="test_field"><button type="button">Add</button></div>
  13.                 </div>
  14.             </li>
  15.  
  16.         <!-- Post loop End -->
  17.         </ul>                  
  18.     </div>
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement