This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Custom Post Type

Description

WP Custom Post Type helps you kick start your WP website. It creates all the basic post types like Slider, Portfolio, Testimonial, Team, Client, Callouts. The plugin also provides shortcodes for all the post types so you can use it on any page and using any page builder to show your custom posts.
The plugin also creates a basic single and archive page for each post type except for slider, so it doesn’t break even if your theme doesn’t support the plugin by default.

Installation

This section describes how to install the plugin and get it working.

e.g.

  1. Upload wp-custom-post-type.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

What post types are created?

The following post types are created.
– Slider
– Portfolio
– Testimonial
– Team
– Client
– Call outs

Does it support Custom Fields?

Yes. It does. It currently has a few custom fields for some post types, but you can use plugins like ACF to add more custom fields to it.

Can I use it with Page Builders?

Yes. You can use ou shortcodes. Simply add them to different elements/components of your page builder sections. Also, an add-on specially for Elementor is coming soon.

What are different shortcodes?

Callout
[callout]
[callout posts_per_page=”2″ column=”2″]

Testimonial
[testimonial]
[testimonial posts_per_page=”2″ column=”2″]

Client
[client]
[client posts_per_page=”2″ ]

Portfolio
[portfolio]
[portfolio posts_per_page=”2″ column=”2″]

Team
[team]
[team posts_per_page=”2″ column=”2″]

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP Custom Post Type” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP Custom Post Type” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

=2.0=
* Major Release
* Shortcodes added
* Single Pages added
* Archive Pages added
* Custom Fields added

1.1

  • Documentation Updates

1.0

  • Initial Release