Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

WP Custom Post Type

Beschrijving

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.

Installatie

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″]

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“WP Custom Post Type” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “WP Custom Post Type” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via 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