How to get a category id when listing posts that belong to that category
-
Hello.
I am modifiing my theme. When only showing posts that belong to a category (and subcategories of that) (using archive.php), I need to learn the category id which is shown.
For example I have a category names “Computer”. Its id is 12.
I am on a page https://site.com/categories/computer that shows all posts which are categorized in Computer or one of its sub categories. The output is generated in categories.php (I don’t want to use category-slug.php structure) In categories.php how can i learn Computer’s id, 12?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to get a category id when listing posts that belong to that category’ is closed to new replies.