Comments now with microformats
For some time I use microformats on my contact page. Some days ago had the idea why not use microformats for comments to add hCard markup to the comment entries.
So first I had to replace <?php comment_author_link(); ?> with <a href="<?php comment_author_url() ?>"><?php comment_author() ?></a> in the WordPress template. Finally I added some microformats code: <span class="author vcard"><a class="fn url" href="<?php comment_author_url() ?>"><?php comment_author() ?></a></span>.
About this entry
You’re currently reading “Comments now with microformats,” an entry on portenkirchner.net
- Published:
- 01.06.07 / 12am
- Category:
- WordPress, portenkirchner.net
- Tags:
- microformats | portenkirchner.net | WordPress
- Technorati Link Count:
- View blog reactions
No comments
Jump to comment form | comments rss [?] | trackback uri [?]