Venture CPTs
A simple WordPress plugin to add CPTs. Modify the files for additional CPTs.
by Leon de Klerk · github.com/venture-media/venture-cpts · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/venture-media/venture-cpts/archive/refs/heads/main.zipReadme
Venture CPTs
Simple WordPress plugin that registers five custom post types with category taxonomies and pretty permalinks.
Post Types
- Business Sectors – with
Sector Categories - Client Contacts – with
Contact Categories - Events – with
Event Categories - Traders – with
Trader Categories - Ministries - with
Ministry Categories
Features
- Hierarchical categories for each post type
- Pretty permalinks (e.g.
/events/conferences/my-event/) - Gutenberg and REST API ready
- Clean
venture_function prefixes
Elementor Integration
- Venture Events Grid widget:
- Display Events with Featured Image, Title, and Event Date
- Adjustable number of columns
- Sort by event date (newest/oldest first)
- Option to hide past events
- Event Date & Time widget with built-in date/time picker
- Custom
_event_datetimemeta field support for the Events CPT
Installation
- Upload the Venture CPTs plugin to WordPress.
- Activate Venture CPTs in the WordPress admin
- Go to
WordPress admin → Settings → Permalinksand click Save Changes (required for custom permalinks) - Go to
WordPress admin → Elementor → Editor → Settings → Generaland check the boxes for the new post types. Then click Save Changes.
Modifications
- This plugin has an MIT Lisence.
- To add additional CPTs, you may modify the files to include them.