View Single Post
05-27-2008, 07:08 AM
#2
CreativeLogic is offline CreativeLogic
CreativeLogic's Avatar
Status: Request a custom title
Join date: Feb 2005
Location:
Expertise:
Software:
 
Posts: 1,078
iTrader: 6 / 100%
 

CreativeLogic is on a distinguished road

Send a message via MSN to CreativeLogic

  Old

Code:
<?php the_excerpt(); ?>
To this:
Code:
<?php str_replace ('<p>', '', the_excerpt()); ?>
Untested, and doesn't strip the </p> tags, will require a little additional for that.