lisa
(@contentiskey)
I have experienced something similar. How many custom fields do you have in total?
Only 3. This was the third of 3 added
lisa
(@contentiskey)
Are you using any plugins that create lots of custom fields for their own use.
I’m not sure what that means
but I use
Custom Post Type UI to create the Custom Post Type… and
Custom Fields to link the fields to a certain CPT.
I’m very new to using CPT in WordPress. I do have another couple of post types already set up but they’re not linked to this “art” post type. Is it possible there’s been some sort of mixup in the database?
lisa
(@contentiskey)
my experience was that a plugin was generating lots of custom fields and was making it a challenge to use the custom fields i really needed.
i needed to add some code to my functions.php file to increase the custom field limit. i am not positive that your issue is same as mine was.
mine was related to “postmeta_form_limit” and i needed to increase the limit.
Well I’m out of ideas now.
I tried googling and doing
max_input_vars = 3000
suhosin.get.max_vars = 3000
suhosin.post.max_vars = 3000
suhosin.request.max_vars = 3000
in a php.ini file but it doesn’t make much difference.
I tried also adding your function to my functions.php file. It’s a strange one.
It seemed to me that the only way to resolve this in my current level of knowledge was to delete the posts, fields and pages and start again.
Now the price is now showing up. Therefore i consider this resolved even if no fixes were applied. Thanks for trying. 🙂