Stop Repeating Text Box
-
Hi, I have the following in my script.
<div class=”post” id=”image-<?php the_ID(); ?>”>
<h3>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><?php the_title(); ?></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 »’); ?>
The topic ‘Stop Repeating Text Box’ is closed to new replies.