Custom fields are unavailable on WPPizza menu item page

WPPizza – A Restaurant Plugin for WordPress Support General Support Custom fields are unavailable on WPPizza menu item page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27125
    genkokov
    Participant

      I am unable to activate custom fields in Wppizza menu items. Option is not available. Wrote in in functions.php:

      function true_custom_fields() {
      add_post_type_support( ‘wppizza’, ‘custom-fields’);
      }
      add_action(‘init’, ‘true_custom_fields’);

      but then the custom field in the page properties does not appear. How to activate the custom fields?

      #27126
      Olly
      Admin & Mod

        works just fine from what i can see. maybe you are simply not displaying them in the screen options…..

        #27127
        genkokov
        Participant

          it works, thank you.. the Result does not appear immediately.. probably because of the presence of the cache

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Custom fields are unavailable on WPPizza menu item page’ is closed to new replies.