Hi!
Just get_categories()
will give you all categories in the current language. get_categories(array('lang' => 'pt'))
will give you all categories in Portuguese. To get only top level categories, I refer you to the codex.
Hi!
Just get_categories()
will give you all categories in the current language. get_categories(array('lang' => 'pt'))
will give you all categories in Portuguese. To get only top level categories, I refer you to the codex.