virgild
says
I tried integrating cufon with a content slider excerpt like so:
<span><?php the_excerpt('<h?>', ''); ?></span>
but nothing happens. Then I tried something like this…
<h1> <?php the_excerpt(); ?> </h1> and the excerpt doesn’t appear. Same thing when I “cufonize” the span like the h1 tag.
Has anyone tried this before?
