• hello,

    I have a question related to another post for your plugin. I am having the same issues as in will only display 30 fields in the “Custom Fields Display” screen. If I add more they do not show up.

    I saw below where the limit of 30 is in the custom-fields-display/custom-fields-display.php file. But adding to that number makes no difference to the number that is displayed.

    And there is no way I can see to reduce the existing number of fields in the display screen

    Is there a way to correct this to allow more fields ? Suggestions? This otherwise seems to be pretty limited in an otherwise very useful plugin.

    Thanks,

    Bob H

    Old post in support:

    Custom Fields Display
    Only shows first 30 field entries (3 posts)

    Leon0824
    Member
    Posted 1 month ago #

    Works great! But the list only shows first 30 field entries.

    https://www.ads-software.com/plugins/custom-fields-display/

    andro1d_pl
    Member
    Posted 1 month ago #

    Try to change PHP version

    Leon0824
    Member
    Posted 1 month ago #

    Got the reason!
    https://plugins.trac.www.ads-software.com/browser/custom-fields-display/tags/1.0/custom-fields-display.php#L29
    It is limited by the number 30 on line 29.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bobth1019

    (@bobth1019)

    All seems well…there was a huge lag I was dealing with, it now appears. I updated the number of entries in the file and more now display. Thank you.

    Plugin Author Shambhu Patnaik

    (@shambhu-patnaik)

    consider in next version soon…

    currently you click plugin editor edicustom-fields-display.php file

    in line 29 see

    apply_filters( ‘postmeta_form_limit’, 30 );

    to

    apply_filters( ‘postmeta_form_limit’, 50 );

    now see 50,thank for suggestion also rate my plugin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to add to fields display’ is closed to new replies.