So here it is... but as I play with it I can't get it to work. I'm messing something up.
</p>
<?php
the_content('...read the rest of this entry»');
?>
<p>
</p>
<?php
}else{
?>
<p>
<?php the_excerpt_main(140, '<p><img></p>', 'none', true, "[+]", true, 1, false);?>
</p>
<?php
}
?>
|