Hi, I'm new to wordpress coding and was wondering if it was possible to use ttf titles on more than one php function I'm aware of being able to use it on <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_ttftitle(); ?></a>
but I wanted to be able to use a different style on <?php the_date(); ?>
I was wondering what coding I would use to achieve this?
Any help would be REALLYYY appreciated Thank you!!