L
L
Laid2016-04-17 13:59:36
PHP
Laid, 2016-04-17 13:59:36

WordPress | How to find out the number of subcategories in a rubric?

It is necessary to display in the list of headings - the number of subheadings of these headings.
Has anyone had the same issue, please point me in the right direction.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2016-04-17
@stoik_kpd

like this:
https://developer.wordpress.org/reference/function...
pass parent c ID of the parent to this function
, if you display the list via
https://developer.wordpress.org/reference/function...
then pass show_count => true, and hide the number of unnecessary ones via css
, so it will be easiest for you to do
if you do it right, it is better to use your Walker Class
https://developer.wordpress.org/reference/classes/...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question