Mobile Menu – Number of Sub-Categories

Posted in: Newspaper
Post count: 3

For the mega menu we have added the following to increase the number of child categories listed:

if (!empty($show_child_cat) and !empty($category_id)) {
$td_subcategories = get_categories(array(
‘child_of’ => $category_id,
‘number’ => 50
//$show_child_cat
));

How would we achieve this with the mobile menu? – td_walker_mobile_menu.php ?

Post count: 20688

Hi,

If you want to increase the number of subcategories displayed in the mega menu, you could modify the number here
https://www.screencast.com/t/OuhytroUo6wp
Try it like that and see if it works for you.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.