Post

save_post vs post_updated

save_post vs post_updated

post_updated is fired up only if the given post existed before and currently is updated. It won't get called, when a new post is inserted. It is very useful, if you want to do something with previous version of given post. save_post is fired up whenever a post is saved.

Dropdown that populates the form
What is form drop down list? How do you generate input fields based on value from a drop down list? How do you dynamically populate a gravity form fie...
How can i set media attachments to the author of the post or page for already existed posts with attachments
How do I change the attachment page in WordPress? What is attachment sitemap? What is a media attachment? What are attachment URLs? What is the attach...
How to upload an image to a custom post type
How do I add multiple images to a custom post type? How do I upload a custom image in WordPress? How do I create a custom post type Gallery? How do I ...