Post Type Switcher

Description

Cette extension ajoute une simple liste déroulante des types de publication dans l’interface de l’éditeur de publication pour vous autoriser à réaffecter n’importe quelle publication en un nouveau type de publication. L’extension vous autorise à modifier le type de publication lors de la modification de votre publication.

Supported Types

L’extension peut convertir à peu près toutes les combinaisons d’articles, pages, et même les types de publication personnalisés :

  • Page en article
  • Article en page
  • Article en personnalisé
  • Personnalisé en Personnalisé

As of 3.0.0, support for switching to or from Attachments was removed. This may come back in a subsequent version.

Les types de publication invisibles, comme les révisions, les menus, etc., sont volontairement exclus. Mais si vous avez besoin d’accéder aux types de publication invisibles, vous pouvez ajuster les limitations en utilisant le filtre ‘pts_post_type_filter’.

Bulk Editing

Avec la modification en masse (merci à Matthew Gerring) vous pouvez sélectionner toutes les publications d’un certain type et les convertir en un nouveau type en une seule action rapide.

Block Editor

With block-editor (aka Gutenberg) support (thanks to Daniel Bachhuber) you can switch between post-types that use either the Block Editor and the Classic one, without losing any of your embedded content.

Captures d’écrans

  • « Type » column in « Posts » screen.
  • « Post Type » interface in « Quick Edit ».
  • « Post Type » interface in « Edit Post » screen.

Installation

Installation

  1. In your WordPress Dashboard go to « Plugins » -> « Add Plugin ».
  2. Search for « Post Type Switcher ».
  3. Install the plugin by pressing the « Install » button.
  4. Activate the plugin by pressing the « Activate » button.
  5. À partir de l’écran de modification de la publication, au-dessus du bouton « Publier » se trouve l’interface de « Type de publication ».
  6. Modifiez les types de publication selon vos besoins.

Prérequis minimum

  • WordPress version 5.0 or greater.
  • PHP version 7.0.0 or greater.
  • MySQL version 5.7 or greater.

Prérequis recommandés

  • Latest WordPress version.
  • PHP version 8.0 or greater.
  • MySQL version 8.0 or greater, or MariaDB 10.5 or greater.

FAQ

Pourquoi en aurais-je besoin ?

Vous devez modifier sélectivement le type de publication de l’un à l’autre.

Does this ruin my taxonomy associations?

Cela ne devrait pas être le cas. Cette extension modifie uniquement la propriété ‘post_type’ d’une publication.

Does this ruin block-editor content?

It should not. Be careful when editing HTML content while switching between editor types!

Will this delete my content?

No. This plugin does not include any code capable of deleting anything.

Plugin conflicts are not unheard of and can be difficult to troubleshoot.

If you’re worried, backup your database and deactivate all other plugins before using this tool.

If you’re still worried, ask for help in the WordPress.org support forums.

Avis

24 juillet 2025
Extremely useful plugin if you have migrated your site from Joomla and all your content is migrated as posts. Post Type Switcher allows you to quickly switch relevant items from posts to pages. Also very useful if you use custom post types and need to migrate content between types which you can do in a matter of seconds.
21 juillet 2025
I have been using this plugin for several years now and have come to find that it’s a regular part of my routine now when I decide that a new custom post type is needed for a site, and super easy to move pages or posts to other post types when needed. I also use page builders and have not seen any issues as a result of using this plugin as all the postmeta is still there. If it’s missing in the new post type then that means the new post type didn’t support it. What I typically do is use another plugin to clone the page or post, and then move that to the new post type. That’s a good way to not disturb the current setup while working on the new post type and implementing features or building onto things. I’m amazed how some sites that I help with have 1,000+ pages (before I came into the project). When I go through those sites I can usually come up with 3 or 4 post types that will help declutter, or put things that should have never been in « pages » into their own space. Post Type Switcher is so great at helping move things – and then we just set up some 301 redirects to preserve SEO and prevent 404 errors.
4 février 2025
Quickly changes post types in bulk. Very useful when you need to migrate content and/or create CPT’s.
12 décembre 2024
I really like this plugin, works out of the box with no setup required. Adds a simple intrusive dropdown in the publish area in the backend. This is very hand for switching pages to posts and custom post types to other post types.
Lire les 250 avis

Contributeurs/contributrices & développeurs/développeuses

« Post Type Switcher » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

“Post Type Switcher” a été traduit dans 34 locales. Remerciez l’équipe de traduction pour ses contributions.

Traduisez « Post Type Switcher » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal des modifications

4.0.1

  • Prevent Authors & Contributors from changing types on posts of Editors & Admins

4.0.0

  • Requires WordPress 6.2
  • Requires PHP 8.0
  • Improve block editor styling
  • Stash original & previous types in post meta
  • Add pts_get_post_types_filter filter
  • Load textdomain on init instead of plugins_loaded

3.3.0

  • Hide the « Type » column by default

3.2.1

  • Update author
  • Add sponsor link

3.2.0

  • Block editor support

3.1.0

  • Fix post targeting when called recursively

3.0.0

  • Improved Quick-Edit and Bulk-Edit support
  • Remove attachment type support for now, as there is no way to switch back
  • Fix bug causing some post-types to switch unexpectedly

2.0.1

  • Ensure quick-edit works with new procedure
  • Quick-edit « Type » column works again!

2.0.0

  • Improved plugin compatibility with WooThemes Sensei
  • Filter post arguments vs. hook to save_post
  • Add « post_type_switcher » action

1.7.0

  • Add support for network activation

1.6.0

  • Add textdomains for localization
  • Load translation strings using load_plugin_textdomain()
  • Before saving data chack if it’s not an autosave using wp_is_post_autosave()
  • Before saving data chack if it’s not a revision using wp_is_post_revision()
  • Security: Prevent direct access to directories
  • Security: Translation strings escaping
  • Add screenshots

1.5.0 – norcross

  • Fix multiple quickedit dropdowns

1.4.0

  • Improve handling of non-public post types

1.3.0

  • Fix saving of autodrafts

1.2.1

  • Improved WordPress 3.9 integration (added dashicon to publish metabox)

1.2.0

  • Add bulk editing to supported post types
  • Props Matthew Gerring for bulk edit contribution

1.1.1

  • Add is_admin() check to prevent theme-side interference
  • Change save_post priority to 999 to avoid plugin compatibility issues
  • Remove ending closing php tag
  • HTML and PHPDoc improvements

1.1.0

  • Fix revisions being nooped
  • Fix malformed HTML for some user roles
  • Make a singleton (meh…)

1.0.0

  • Fix JS bugs
  • Audit post save bail conditions
  • Tweak UI for WordPress 3.3

0.3.0

  • Use the API to change the post type, fixing a conflict with persistent object caches
  • No longer requires JavaScript

0.2.0

  • Disallow post types that are not public and do not have a visible UI

0.1.0

  • Release