How to echo the_excerpt without the P tag wrapper?
Question
In the code snippet below, I trying to get the_excerpt to be written out without tags. However, the source formatting shows that the_excerpt is always wrapped in P tags. How can I pull the excerpt without tags?
foreach($myrecentposts as $idxrecent=>$post)
{ ?>
<li class
in progress
0
plugin-development
13 years
0 Answers
75 views