Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

WP Custom Post Type

Beschreibung

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

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„WP Custom Post Type“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „WP Custom Post Type“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

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

1.1

  • Documentation Updates

1.0

  • Initial Release