We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All custom fields shows blank at UI, but in fact its data is saved at MySQL.
You can see that test field looks empty at UI, but if I check MySQL, I find it has proper value. I suspect there is something template issue.
test
SQL query I used
SELECT meta_value FROM wp_postmeta where ( post_id = 2492 AND meta_key = 'test' );
The text was updated successfully, but these errors were encountered:
It's a bug in the plugin. Just rename a column of wp_mf_post_meta table from id to meta_id and it will be fixed.
Sorry, something went wrong.
No branches or pull requests
All custom fields shows blank at UI, but in fact its data is saved at MySQL.
You can see that
test
field looks empty at UI, but if I check MySQL, I find it has proper value.I suspect there is something template issue.
SQL query I used
The text was updated successfully, but these errors were encountered: