Hello,
I have a menu with the countries of the world, but only shows 30 items in the menu; and I need 100 items in my menu.
You can see a explample here, en the menu “Countries”
I need show all categories in the menu, that are 100 post-categories (more or less)
Thanks for your help.
I hope your news.
Regards.
Hello atql2003,
Please notice that the limit of category display is 30, as you can see here -> http://screencast.com/t/xXmMqgtd and the max limit in drop down are 100, like that -> http://screencast.com/t/eo8lB0bBpe
Hope this helps!
Thank you for the message!
Hi!
I have updated the theme I have the same problem, only show 30 categories in the menu drop down, and now I have the code:
switch($td_ajax_filter_type) {
case ‘td_category_ids_filter’: // by category
$td_categories = get_categories(array(
‘include’ => $td_ajax_filter_ids,
‘exclude’ => ‘1’,
‘number’ => 150 //limit the number of categories shown in the drop down
));
The site: http://www.afa-press-news.com/theworldfolio.net/
Menu “countries”
Can you help me please????
Regards
Hello atql2003,
Do you have changed and here -> http://screencast.com/t/xXmMqgtd Try to make all the changes if you want to bring best results.
Thanks.