Gravity Forms + Custom Post Types
This plugin is an add-on for Gravity Forms. Make sure you visit GravityWiz.com for more free Gravity Forms resources. And if you’re looking to the largest collection of Gravity Forms plugins, check out Gravity Perks. Gravity Forms allows you to create posts from a form submission using special Post Fields. By default, the submitted form will be created as a standard WordPress post. This plugin allows you to change the post type of the generated post. No code required! This plugin also provides the ability to assign the generated post to a custom taxonomy. Need to update posts? Learn how to update posts with Gravity Forms. Features Map posts to a custom post type Map posts to a custom taxonomy (via Drop Down, Multi-select, Radio Button or Checkbox field) Map posts to multiple taxonomies Visual hierarchy support for hierarchical taxonomies (Drop Down field only) Populate a Drop Down with posts Assign parent post for generated post (Drop Down field only) Single Line Text field support for taxonomies (enter as a comma-delimited list: term a, term b, term c) Enhanced UI support for Single Line Text fields (see screenshots) How to map a form to a custom post type Add a Post Title field to your form and click on it to open the field settings. Below the “Description” field setting, you will find the “Post Type” setting. Select the desired post type from the drop down (default is “Posts”). How to link a field to a custom taxonomy Add the desired field to which the custom taxonomy should be mapped. Drop Down, Multi Select, Radio Buttons and Checkboxes fields are current supported. Open the field settings by clicking on the field and click on the “Advanced” tab. Check the “Populate with a Taxonomy” checkbox. Select the desired taxonomy from the drop down that appears. How to link the saved post to taxonomies using a single line text field Single Line Text fields are a great way to allow users to select existing taxonomy terms and to also add new terms. Add a Single Line Text field to your form. Open the field settings by clicking on the field and click on the “Advanced” tab. Check the “Save to Taxonomy” checkbox. Select the desired taxonomy from the drop down that appears. (optional) Check the “Enable Enhanced UI” checkbox to enable an awesome tag-input style UI (see screenshots). Note: If the user inputs exising term names, the generated post will be assigned these terms. If the user inputs term names that do not exist, these terms will be added to the selected taxonomy and the generated post will also be assigned these terms. How to set a parent post with the drop down field When populating a Drop Down field with a post type, you may wish to set the selected post as the parent post for the generated post. Add A Drop Down field to your form. Click on the field to open the field settings. Then click on the “Advanced” tab. Check the “Populate with Post Type” checkbox. Select the desired post type from the drop down that appears. Be sure to select the same post type for which the post is being generated.
Top keywords
- post24×4.48%
- field20×3.73%
- down12×2.24%
- drop12×2.24%
- drop down12×2.24%
- taxonomy10×1.87%
- post type9×1.68%
- type9×1.68%
- posts8×1.49%
- generated7×1.31%
- select7×1.31%
- custom6×1.12%
Simple URLs Legacy
Simple URLs Legacy is a fork of the plugin by Nathan Rice. A URL management system to create, manage, and track outbound links from your site. Usage Simple URLs Legacy adds a new custom post type to your admin menu, where you can create, edit, delete, and manage URLs. It stores click counts in the form of a custom field on that custom post type, so it scales really well. And, by avoiding page based redirects, which is the current trend in masking affiliate links, we avoid any issues with permalink conflicts, and therefore avoid any performance issues. Upload the entire simple-urls-legacy folder to the /wp-content/plugins/ directory DO NOT change the name of the simple-urls-legacy folder Activate the plugin through the ‘Plugins’ menu in WordPress Navigate to Settings > Permalinks. That’s it. Just open that screen and WordPRess automatically flushes redirects. Trust me. Navigate to the Simple URLs Legacy menu Create a new URL, or manage existing URLs. Publish and use the URLs however you want! = 1.0.4 = * 05/27/2025 * Add capability to reset click counter on any simple url. * ‘Reset Clicks’ to 0 from link edit screen or using Quick Edit hover navigation. * 1.0.3 12/16/2024 Updated Tested To vesion for WP 6.7.1 Applied wp_unslash correctly to url sanitization. Corrected text domain setting in admin class. Aligned license declaration between readme and plugin header. Added license comment block. Addressed issues with lengthy short description in header. Added original contributors back into readme header. Adjust loading of constants and get_plugion_data to accomodate WP 6.7 changes in text_domain loading. 1.0.2 11/13/2023 Updated Tested To version for WP 6.4.1 Added logic to pull plugin version from main file header 1.0.1 03/31/2023 #5FTF #WebDevStudios Updated Tested To vesion for WP 6.2 Clean up documentation 1.0.0 12/30/22 #5FTF #WebDevStudios Initial release of Simple Urls Legacy 0.10.3 11/25/2022 #5FTF #WebDevStudios Add Published date to Simple URLs Legacy admin page 0.10.2 11/25/2022 #5FTF #WebDevStudios Applied WordPress coding standards Tweaked plugin description. Added required license declarations in readme.txt 0.10.1 10/28/2022 #5FTF #WebDevStudios Added conflict notice in admin if Simple URLs plugin is running. Reworked constants for better readability. Added build/dependency source files back in with updated dependencies. 0.10.0 08/09/2022 Reverted plugin to last known state under original author – Nathan Rice (v0.9.9). Renamed plugin from Simple URLs to Simple URLs Legacy. URL structure modifier filter changed from ‘simple_urls_slug’ to ‘simple_urls_legacy_slug’. Reworked naming conventions to use simple-urls-legacy namespace and package name. Removed build/dependency source files. 0.9.9 Fixed URLs not properly redirecting. 0.9.8 Coding standards. Added composer. Added Circle CI integration. Added new filter to change the slug. Added REST support to ensure Simple URLs appear in list when linking text. Added cast string to int to avoid type error. 0.9.7 WordPress compatibility. 0.9.6 Add plugin header i18n Add textdomain loader 0.9.5 Changed messages and labels. Updated textdomain. Generated POT file. 0.9.4 Fixed saving bug 0.9.3 Removed capability line from the register function. Users with permission to edit posts can create/edit URLs. Bumped to show compatibility with WordPress 3.0.4 0.9.2 Fixed a type in the plugin URL Bumped to show compatibility with WordPress 3.0.2 0.9.1 Fixed bug with URLs with ampersands in them Added 'with_front' => false to the post type registration 0.9 Initial Beta Release