/ Published in: PHP
How to get actual category name in wordpress if is_category() is true
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php if (is_category()) echo single_cat_title(); ?>