the home of the wordpress wppizza plugin
WPPizza – A Restaurant Plugin for WordPress › Support › General Support › Custom fields are unavailable on WPPizza menu item page
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?
works just fine from what i can see. maybe you are simply not displaying them in the screen options…..
it works, thank you.. the Result does not appear immediately.. probably because of the presence of the cache