Skip to content
New issue

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

Add and read field in meta box #6

Open
danielmrey opened this issue Mar 8, 2017 · 0 comments
Open

Add and read field in meta box #6

danielmrey opened this issue Mar 8, 2017 · 0 comments

Comments

@danielmrey
Copy link

Hi:

How can I add a value in the "Title" field inside the "Profile Fields" in the Meta Box from a front end form? I tried this but writes in the meta box and also the custom field:

add_post_meta($pid, 'profile_title', $metabox, true);

And the same for reading from the front end, this reads the custom field but not the meta box:

echo get_post_meta($post->ID, 'profile_title', true);

Thank you!

Daniel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant