• Resolved Davod

    (@npsites)


    custom fields add new not showing all available fields only first 30
    Need Get all Fields to allow selection by writer.

    2.9.2

    When adding posts i have a LOT of custom fields that should be filled in if they apply to the post.

    Once you add a custom field to one post the field shows up when you are writing new ones in the Add New Custom Field dropdown

    The dropdown is limiting the returned custom fields to 30 or 29 i guess with the original not selected field…

    Anyway this makes it difficult if you have a lot of fields because you need to manually enter each one instead of just selecting them.

    this is important for people that run sites such as stores or just need more control over their data and do not want to dump it into the_content.

    Here is the html from the form

    <select tabindex=”7″ name=”metakeyselect” id=”metakeyselect”>
    <option value=”#NONE#”>- Select -</option>
    <option value=”ABS”>ABS</option>

    RETURNS 30 total I believe

    </select>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Add new custom field: not returning all fields for selection’ is closed to new replies.