Viewing 1 reply thread
  • Author
    Posts
    • #8284
      yorci
      Participant

      hi, how can i append infinity field group into create new category (wp-admin//edit-tags.php?taxonomy=category) and edit page (term.php?taxonomy=category&tag_ID=1&post_type=post) ?

      when i try to create a file in piklist/parts/terms directory,

      category.php

      
      /*
      Title: Test
      Taxonomy: category
      */
      
      piklist('field', [
        'type' => 'text',
        'field' => 'test_text',
        'label' => 'Test Text',
      ]);

      but its append only in edit page. i need to append that field inside also create form.

    • #8294
      Steve
      Keymaster

      This is supported in our beta: https://github.com/piklist/piklist/releases/tag/0.10-beta.2

      use

      NEW: TRUE in the header

Viewing 1 reply thread
  • You must be logged in to reply to this topic.