I am looking for a way to get the category ID while in archive.php, if the page that is accessed is a category. Anyone have any ideas on how to do this?
I am looking for a way to get the category ID while in archive.php, if the page that is accessed is a category. Anyone have any ideas on how to do this?
get_query_var('cat');
Worked like a charm. Thank you!
This topic has been closed to new replies.