I haven’t tried the Gravity Forms plugin but if you are using the wp_insert_post
function to insert the new post, you just use ‘post_excerpt’.
example:
$new_post = array(
'post_title' => 'Post Title',
'post_content' => 'Post Content',
'post_status' => 'publish',
'post_excerpt' => $custom_excerpt_field
);
wp_insert_post($new_post);
Not sure if I completely understand your question, so I’ve misunderstood something please let me know..
Related Posts:
- GET the excerpt by ID
- How to end the excerpt with a sentence rather than a word?
- Front-End Post Submission
- How to upload post thumbnail while wp_insert_post?
- Modify ‘Read more’ link adding a new class
- Publish pending article from front end with a button?
- Remove image caption from post excerpt
- Get names of authors who have edited a post
- Edit a post from frontend. post_tags get saved, but not separated
- Developing a secure front end posting form
- How can I edit a post from the frontend?
- Developing a secure front end post editing form
- Post from front-end only by logged in users, form posts as “posted by:
- upload featured image from front end using wordpress add media button
- Post & edit a post from front end along with upload, dropdown, and other inputs
- How to add an admin function only to posts, not pages?
- How to customize read more link
- Custom wp_trim_words() function not trimming right
- How to show post(excerpt) from specific category on wp page?
- How to link up “read more” on excerpts hack from WP Recipies
- Append Text to $post->post_excerpt
- Allowing the SoundCloud player to appear in a post excerpt
- Auto Refresh Post List after X seconds
- How to show video from specific category on sidebar?
- How to show a full post, not just an excerpt
- Frontend Post Form Validation
- Get post excerpt and title by specific post ID?
- Custom excerpt length filter doesn’t work
- Display most recent post in full, excerpts of older posts
- Modify WP_Post before processing
- Print a message if excerpt is empty after posts have been publish/update!
- Redirection not working in this front end post submission form?
- get_the_excerpt() is not working as expected – returns wrong text
- How do I display some posts fully on the homepage, and some as an excerpt only?
- How to change the color theme per post?
- Adding an image to a non existing post
- How to make a bilingual front-end post using the plugin WP User Frontend and Polylang or qTranslate?
- Change Post Status From Front End
- How to display excerpt post on hamepage and archive pages?
- 404 error on default post type and default taxonomy fronted page
- Displaying post excerpt using wpdb query
- How to disable the_excerpt from one post
- The_excerpt() doesn’t parse – how to change that?
- Trying to edit archive.php to only show post extract, with featured image
- Lock post editing to one user at a time – wp_check_post_lock
- Front end post submission form with duplicate type fields
- Show metabox value last post excerpt, title and link
- Hook for changing excerpt content when excerpt not set
- Replace image name on upload to the new post name on front-end form
- Edit the post title from the frontend
- Change the number of excerpts displayed in search results layout
- the_excerpt is displaying excerpts of every post
- Why excerpt is Displaying same in Random Posts list
- Can i have more than one form for front end posting in one template [closed]
- content summary of a post disappears If an images added at the beginning of the post. how to solve it?
- Get Users Post ID
- WordPress Excerpt Paragraph Limiting
- WordPress wp_editor to post and edit
- Grab value of excerpt_length
- Calling Permalinks With PHP
- How to limit post (Exception pages) for current user in each role in front end?
- How to Remove HTML Elements from Post Excerpt?
- How to add text before post_excerpt in Gutenberg
- Why is WordPress showing a blank excerpt for just one of my posts?
- Related post not showing table of content
- How to limit wordpress the_excerpt() dynamically
- Moved a website and excerpts don’t work for old posts
- Create posts by any logged in users
- Enable HTML Tags in WordPress Post excerpt
- How to generate an HTML link automatically from URL in a users’ post
- how let users select categories for posts in frontend?
- How to display post excerpt beside post list inside Post of Dashboard
- Allow reader to reorder posts for themselves (oldest first)
- Trim excerpt to first paragraph
- Nothing appears using get_the_excerpt() in category.php
- Send the post id to a front end edit post form
- Post/Edit/Delete Post From Frontend… How?
- Post List Widget with custom posts and editing the Read More Link
- Send/Publish a Post front end
- Show category post with excerpt text
- How Can I Limit Users to Post Creation For My Frontend Theme?
- Add a minimum word count to Excerpt (and how to force Excerpt as a rule for WyPiekacz)
- User driven content problems
- How can i show only 30% of the “the_content(“More…”)”?
- Create post from form with image
- Using the_excerpt() some posts are truncated and some are not
- Stop Authors from submitting spam post
- How to show only the date, the title and a little “summary” of my WordPress post in my custom theme?
- wp trim function not working
- excerpt in template for specific page
- Show full post only to loged-in users
- Read more opens attachment
- Get WordPress post content by post id
- Get page ID of page that is set as the posts page
- Get Posts Under Custom Taxonomy
- How to limit the number of posts that WP_Query gets?
- Stop WordPress Wrapping Images In A “P” Tag
- When is the ‘post_content_filtered’ column in database cleared by WordPress?
- Turn a URL into an Attachment / Post ID
- Stop WordPress automatically adding tags to post content