The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
369 views

Custom Post Type: Set post_title equal to a custom post type field

I’ve created a custom post type for employees in a company with some fields they have to fill (like E-mail, phone, etc.) and a select box which takes some values from another custom post type called ...
0
votes
1answer
207 views

Post via wp-admin and via iOS app, same hooks and triggers involved?

I've got an add_action in functions.php, the action is for save_post and the function I'm running I've named set_attachment_url. I'm simply getting the first attachment on a post and setting a custom ...
0
votes
1answer
802 views

Front-end update_post_meta snippet displays white screen?

Thanks to @Anu's correction I now have a function to update_post_meta from the front end. Something is wrong in my script however, because with the function below nothing is being displayed on the ...
0
votes
1answer
554 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 ...

1 2