Viewing 6 reply threads
  • Author
    Posts
    • #6278
      dillon
      Member

      Taxonomy not saved after updating to WordPress 4.5
      even on the piklist demo add-on

    • #6279
      dillon
      Member

      PS: Also tested on 0.9.9.7

    • #6285
      Jason
      Keymaster

      @dillon To be clear, are you saying that taxonomy meta is not saving? Please provide more details if you can and how to reproduce. Thanks!

    • #6290
      dillon
      Member

      Create a “piklist/parts/terms/category.php”

      <?php
      /*
      Title: Text
      Description:
      Taxonomy: category
      Order: 0
      */

      piklist(‘field’, array(
      ‘type’ => ‘text’
      ,’field’ => ‘field_Text’
      ,’label’ => ‘Text’
      ));
      ?>

      Go to “Posts > Categories”, edit a category and input this “Text” field then click “Update”.
      The value not saved.

      Thanks

    • #6292
      Steve
      Keymaster

      @dillon- I believe this has to do with the addition of the term.php page in WordPress admin. We will release a fix for this.

    • #6298
      dillon
      Member

      Thank you, Where can i get notified when it’s fixed.

    • #6328
      Steve
      Keymaster

      This is fixed. Learn more here >

Viewing 6 reply threads
  • You must be logged in to reply to this topic.