How to remove list from <?php the_category() ?>

Posted by user338109 on Stack Overflow See other posts from Stack Overflow or by user338109
Published on 2010-06-14T13:39:08Z Indexed on 2010/06/14 13:42 UTC
Read the original article Hit count: 109

Filed under:
|

I am using wordpress and I am wondering how do I get just the permalink and name of the category of a post when using:

<?php the_category() ?>

The above outputs a list and I just want to be able to wrap the permalink and category in my own markup

© Stack Overflow or respective owner

Related posts about php

Related posts about Wordpress