Extending core features
-
Is there a way to way to extend WordPress core features?
For example when I use:
<?php the_author() ?>
this simply returns, my name:
Ric_
However I’d like it to return something like this:
<span property="dc:creator">Ric_</span>
Is this possible? Can I just redefine this feature in my plugin? Any help would be greatly appreciated.
Thanks Ric_
- The topic ‘Extending core features’ is closed to new replies.