Title: WP Spreadplugin mit Custom Post Type
Last modified: October 1, 2019

---

# WP Spreadplugin mit Custom Post Type

 *  [justyumyum](https://wordpress.org/support/users/justyumyum/)
 * (@justyumyum)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/wp-spreadplugin-mit-custom-post-type/)
 * Moin Thimo
 * Und gleich die nächste Frage: Ich würde gerne für die Seiten mit Spreadshirt-
   Produkten einen eigenen Post Type verwenden, weil ich diesen Seiten dann mit 
   Elementor eigene Templates zuweisen kann.
 * Hierfür habe ich mir den Custom Post Type `elementor_product` angelegt.
 *     ```
       function create_post_type() {
           register_post_type( 'elementor_product',
               array(
                   'labels' => array(
                       'name'=> _('Products'),
                       'singular_name' => _('Product')
                    ),
                   'public' => true,
                   'has_archive' => true,
       			'rewrite' => array('slug' => 'spreadshirt'),
               )
           );
       }
       add_action( 'init', 'create_post_type' );
       ```
   
 * Auf der Seite _Alle Produkte_ habe ich den Shortcode `[spreadplugin]` hinterlegt.
   Die Produkte werden auch wie erwartet angezeigt.
 * Klicke ich jedoch auf einen Artikel, erhalte ich auf der Detailseite die Meldung`
   Diese Seite konnte nicht gefunden werden. An diesem Ort konnte nichts gefunden
   werden.`
 * Beispiel: [https://dev.justyumyum.media/spreadshirt/alle-produkte/produkt/sputnik-retro-mnner-premium-t-shirt-5d91fa3110c3414645e4e64f-812-1/](https://dev.justyumyum.media/spreadshirt/alle-produkte/produkt/sputnik-retro-mnner-premium-t-shirt-5d91fa3110c3414645e4e64f-812-1/?cmp_bypass=8b40c4684be913f55947efde39a50e96)
 * Die Permalinks habe ich schon mehrfach neu gespeichert, ohne das es den Fehler
   behebt.
 * Kann ich CPTs mit dem WP Spreadplugin verwenden?
 * Danke und Gruß
    Carsten
    -  This topic was modified 6 years, 8 months ago by [justyumyum](https://wordpress.org/support/users/justyumyum/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwp-spreadplugin-mit-custom-post-type%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Thimo Grauerholz](https://wordpress.org/support/users/pr3ss-play/)
 * (@pr3ss-play)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/wp-spreadplugin-mit-custom-post-type/#post-11987600)
 * Hi Carsten,
 * `produkt` hast du in den Einstellungen als “Name für Detailseite (bspw. /produkt/
   XYZ):” hinterlegt?
 * Ich habe es tatsächlich noch nicht mit Custom-Types probiert.
 * Gruß
    Thimo
 *  Thread Starter [justyumyum](https://wordpress.org/support/users/justyumyum/)
 * (@justyumyum)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/wp-spreadplugin-mit-custom-post-type/#post-11993323)
 * Moin Thimo
 * Ja, `produkt` ist in den Einstellungen hinterlegt.
 * Es wäre grandios, wenn das Plugin CPTs unterstützen würde. Gerade bei einer Integration
   in eine bereits bestehende Site und/oder bei der Verwendung von Page Buildern
   wie Elementor, würde es aus meiner Sicht die Wartbarkeit, Übersichtlichkeit und
   Struktur der Site massiv unterstützen.
 * Gruß
    Carsten

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WP Spreadplugin mit Custom Post Type’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-spreadplugin_349cc7.svg)
 * [WP-Spreadplugin](https://wordpress.org/plugins/wp-spreadplugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-spreadplugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-spreadplugin/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-spreadplugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-spreadplugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-spreadplugin/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [justyumyum](https://wordpress.org/support/users/justyumyum/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/wp-spreadplugin-mit-custom-post-type/#post-11993323)
 * Status: not resolved