Voor uw functions.php-bestand of aangepaste plug-in:
// Increase number of meta fields shown in dropdown add_filter('postmeta_form_limit', 'customfield_limit_increase'); function customfield_limit_increase($limit) ( $limit = 100; return $limit; )
Anders wordt de vervolgkeuzelijst voor aangepaste velden afgetopt op 30 (alfabetisch).
Voordat: