Tagged Questions
0
votes
0answers
27 views
Wordpress custom field being lost on wp_update_post, with a twist
I'm using wp_update_post to programmatically add a title and tags to posts from the front end. I'm running into a hair-tearing issue with custom fields in the process: one of the two custom fields ...
1
vote
3answers
355 views
Change the post date from a meta box
I'm having a problem with updating the post_date in a custom function I've written.
I'm trying to change the "post_date" to my custom "meta_date" value.
Here is the function:
function ...
0
votes
1answer
549 views
What action hook updates post meta?
Is there an straight-forward example anywhere of using wp_update_post() to edit post_meta on the front end? I have not been able to find any good learning resources.
What I want to do is display post ...