WordPress only lists up to 30.
By default, this plugin lists up to 200. You can customize this value.
In your wp-config.php file (in the root directory of your blog), add the following line of code (making sure it is within the opening <?php and close ?> PHP tags) (and change the 100 to be whatever value you'd like):
define('CUSTOMFIELDNAMES_LIMIT', 100);




