All I'm trying to do is add some mark-up around the_excerpt . . . <i></i>
and maybe some quotation marks.
So just:
<i>“
<?php the_excerpt(); ?>
”</i>
. . . except I want it to affect every single excerpt on the website. This is probably a very simple custom addition to functions.php, but hey, I'm more of a designer than a dude who messes around with WordPress' guts.
Anyone have any suggestions on how to do this painlessly?
Thankssssss!