Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <input type="checkbox" name="check_list" id="<?php the_ID(); ?>" value="<?php the_title() ; ?>" >
  2.  
  3. <label for="<?php the_ID(); ?>">
  4. <?php the_title() ; ?>
  5. </label>
  6.  
  7. <label for="Qte_livre" style="margin-left: 352px;buttom">
  8. <?php echo 'Qte'; ?>
  9. </label>
  10.  
  11. <input type="number" id="Qte_livre" name="Qte_livre" style="margin-left: 452px;"/>
  12.  
  13.  
  14. <?php endwhile; wp_reset_postdata();
  15.  
  16. echo '<hr/>';
  17.  
  18.  
  19. wp_reset_postdata();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement