Check if Wordpress Category is Empty, and output Category Name

<?php if (get_category('17')->category_count > 0) echo get_category('17')->cat_name; ?>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.