Skip to main content

Get Category Name (like the_title)

Author

Robert Loncaric

Timestamps

Created: 06 August 2024
Modified: 06 August 2024

To get the category title, like you'd get the post title use this.

Steps

First version prints it.

Second version just gets it (otherwise it will print it wherever you call it and it's annoying).

<?php single_cat_title(); ?>
<?php single_cat_title('', false); ?>