Title: Stop Repeating Text Box
Last modified: August 19, 2016

---

# Stop Repeating Text Box

 *  Resolved [bestcssdesigns](https://wordpress.org/support/users/bestcssdesigns/)
 * (@bestcssdesigns)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/stop-repeating-text-box/)
 * Hi, I have the following in my script.
 * >  <div class=”post” id=”image-<?php the_ID(); ?>”>
   > </h3>
   >  <span><?php comments_popup_link(‘0’, ‘1’, ‘%’); ?></span>
   >  <?php the_content(‘Read the rest of this entry »’); ?>
   >  <div class=”clear”></div>
   >  </div><!– Item Div –>
   >  <?php endwhile; ?>
   >  <div class=”clear”></div>
 * However, when the script below is present, the text box keeps on repeating within
   the div and so fort. However, when it is not present, all the text boxs have 
   there own individual text boxes and it is neat.
 * > <?php the_content(‘Read the rest of this entry »’); ?>

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [17 years, 2 months ago](https://wordpress.org/support/topic/stop-repeating-text-box/#post-990688)
 * We don’t understand what you mean. Perhaps a link to your site showing the problem
   would explain it better.
 *  Thread Starter [bestcssdesigns](https://wordpress.org/support/users/bestcssdesigns/)
 * (@bestcssdesigns)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/stop-repeating-text-box/#post-990689)
 * OK. Here is what I just noticed. When even I add the
 * > <?php the_content(‘Read the rest of this entry »’); ?>
 * It adds a div tag but no closing tag. The div will be like
 * > <div id=”lipsum”><p>Lorem ipsum dolor sit amet, consecte and so on informataion
   > <p>
 * And that is why it keeps repeating within the same area. But how do I stop wordpress
   from adding the div called <div id=”lipsum”>?
 *  Thread Starter [bestcssdesigns](https://wordpress.org/support/users/bestcssdesigns/)
 * (@bestcssdesigns)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/stop-repeating-text-box/#post-990695)
 * Please help. My problem is almost resolved. I just need to find out how to stop
   wordpress from creating
    <div id=”lipsum”> without a closing tag everytime I 
   put <?php the_content(‘Read the rest of this entry »’); ?>
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [17 years, 2 months ago](https://wordpress.org/support/topic/stop-repeating-text-box/#post-990714)
 * Sounds to me like the div is actually in the content of your post itself. Edit
   your post to remove the div.
 *  Thread Starter [bestcssdesigns](https://wordpress.org/support/users/bestcssdesigns/)
 * (@bestcssdesigns)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/stop-repeating-text-box/#post-990726)
 * Thanks! I honestly don’t even know how that got their… :S

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Stop Repeating Text Box’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [bestcssdesigns](https://wordpress.org/support/users/bestcssdesigns/)
 * Last activity: [17 years, 2 months ago](https://wordpress.org/support/topic/stop-repeating-text-box/#post-990726)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
