This is pretty easy out of the box:
Just use the [_url]
special mail tag.
As long as you are on a post or page you can even add some more things like the title with [_post_title]
.
Just have a look at the documentation for more options.
Related Posts:
- echo value from ‘select’ field type into page template using cmb2?
- ACF in wordpress
- Custom post type in Custom widget – $listItem
- Development of a WordPress Search Plugin – Best Practices
- clients list using wordpress
- Detect meta value changes when post is updated (post_updated)
- Search everything (posts, pages, tags, cpt, meta)
- Automatically assign a custom post to a custom taxonomy based on custom field value
- Saving multiple Metabox contents
- How to have the right design for a custom post type without accessing themes
- WordPress posts with multiple fields
- GravityForm: Populate Dropdown with custom post type [closed]
- Create a post in custom post type using field in registration form after users submit form
- Copy custom field value to post title
- WooCommerce product search titles only
- custom post type not showing in menu
- How to retain $_POST data when submitting form to custom page
- Replace text in post from cvs
- get_post_meta not working on publishing
- auto populate list of questions if user select a category xyz
- Dynamic dropdown select values depending on other custom field value
- Tracking changes in admin-page so user gets warning when leaving the page
- How to integrate a form (Ninja Form or Contact Form 7) with Custom Post Types?
- Homepage’s content is dependent on the custom field values (set automatically), how do I get homepage to update without manually updating page?
- Cannot save CPT meta box
- How to change permalink to include custom post type
- Custom fields for custom post type
- Redirect to another page using contact form 7? [closed]
- Warning: Invalid argument supplied for foreach() [closed]
- How to create multiple editor?
- How to inherit field value from parent post into in child / sub post
- Custom post type’s posts are not showing anywere but in xml sitemap
- Modify Posts from Custom_Post_Type within the plugin
- Custom post types, disable fields
- Send post changes to set email addresses (not users or subscribers)
- How can I modify a custom post type and custom page template for a child theme if all content seams to be handled by theme’s ‘native’ plugin?
- Let users upload image(s) to the post from front end
- Excerpt length: get first paragraph
- Making a form for user to add new custom post with custom taxonomies and custom fields
- Submit Custom Postypes from frontend
- Custom Form / Search with Custom Post Type Data
- Attend event form with ajax
- How to convert Post Object Custom Field into Tags
- Problem with multi checkboxes value in metabox?
- Show Post columns to specific users on condition
- Advanced search form with multiple custom fields
- Simple Data picker meta box
- Run query on specific admin options page and send results to select field in another function
- Custom post type that lets users create a set of posts?
- Create Inclusions and exclusions
- Post that populates itself (almost) automatically using data from imported excel file
- Populate custom post type/custom fields from an external database
- Custom Field to post_title
- Custom Fields through plugin in a Custom Post Type
- Multiple domains, Single database, 1 Parent/Master with all content, other domains/slaves with filtered content (based on “location” variable)
- How to display all custom fields associated with a post type – IN THE ADMIN AREA?
- Understanding the workflow of form creation plugin
- Custom Fields as Post Type Options
- Custom Info Box at end of posts?
- Function not pulling image or text from custom post type
- Forms with multiple element types using custom post types
- Displaying database table in backend of wordpress
- I want to split this into two functions
- Extending a CPT by Created by another plugin
- Allow authors to create article image
- Retrieve a post with its ACF repeater fields in wordpress
- How to display *block number* instead *date value* on WordPress posts?
- Custom Post Type Data in Sidebar widgets?
- Displaying Custom Post Types In “At A Glance” Meta Box
- How to add custom content template part for a custom post type on main query using a plugin
- Many to Many Relationship between Two Custom Post Types
- Set post title from two meta fields
- Posts to expire (deleted) after a date
- Custom Taxonomy order by Custom Field
- How to embed form data within the ‘Add new post’
- Using shortcodes to parse POST request (containing the data from a front-end form)
- Keep display metadata value on backend – Custom Metabox
- Grouping metadatas into one
- Anon function and add_meta_box
- Changing default ‘posts’ parameters with register_post_type_args
- Custom fields (wp_post_meta) vs Custom Table for large amount of data
- How to Output which matched meta_keys were found from custom_type_posts?
- Query based on custom fields start and end date
- DIsplaying URL of custom field in last post of certain taxonomy && post type
- How do I replace the post title with a custom field?
- Custom Ratings for Theme, Proper way to Refactor Code and Clean up Template File
- Custom Taxonomy dont save in a frontend form for post a custom post
- Update custom field value
- Page template that uses lightbox to display post images
- Get Posts List of Current Selected Custom Taxonomy in Shortcode
- Custom taxonomy terms as children of multiple custom post types
- How to access repeater field of a custom field?
- Custom post types & Pages hierarchy – Error 404
- Delete custom post type metadata without deleting the post in admin area
- Rich Custom Field for Custom Post type not saving
- Repeatable custom meta select boxes
- Custom Post type as Taxonomy
- Display div based on Group metabox selection [closed]
- WordPress custom field sorting, weird behavior: the latest post is at the end
- I want to understand plugin implementation of custom posts / taxonomies / metaboxes