Quote:
Originally Posted by DirtyWhiteBoy
</p>
<?php
the_content('...read the rest of this entry»');
?>
<p>
</p>
<?php
}else{
?>
<p>
the_content('...read the rest of this entry»');
</p>
<?php
}
?>
|
this should work if you haven't messed it up