Thread Starter
dnovo
(@dnovo)
I can’t figure out what I am doing wrong, then. I’m now up to Wp 1.5.1, same issue. Here is the template code in question…
echo "<small><div class=\"summary\">";
echo "<strong>Long Post Summary:</strong> ";
the_excerpt_rss();
echo "</div></small>";
Does this help you help me?
Thread Starter
dnovo
(@dnovo)
Hm. I replaced the_excerpt() with the_excerpt_rss(), and it does seem to wrap it in paragraph tags. And I was so hopeful. This is with WP 1.5.
Did I mess up somewhere? Should it have worked? Cause it does not seem to work.
Danny.