How do I display all of the categories that a post is in, in sentence format.
eg. cars, boats, aircraft, bicycles.
How do I display all of the categories that a post is in, in sentence format.
eg. cars, boats, aircraft, bicycles.
Comments are closed.
In the loop use
<?php the_category(', '); ?>
or outside the loop :