Title: York IE &#8211; Theme Switcher
Author: yorksupport
Published: <strong>18 Juni 2026</strong>
Last modified: 30 Juni 2026

---

Cari plugin

![](https://ps.w.org/page-theme-switcher/assets/banner-772x250.png?rev=3578110)

![](https://ps.w.org/page-theme-switcher/assets/icon-256x256.png?rev=3577181)

# York IE – Theme Switcher

 Oleh [yorksupport](https://profiles.wordpress.org/yorksupport/)

[Unduh](https://downloads.wordpress.org/plugin/page-theme-switcher.1.7.0.zip)

 * [Detail](https://id.wordpress.org/plugins/page-theme-switcher/#description)
 * [Ulasan](https://id.wordpress.org/plugins/page-theme-switcher/#reviews)
 *  [Instalasi](https://id.wordpress.org/plugins/page-theme-switcher/#installation)
 * [Pengembangan](https://id.wordpress.org/plugins/page-theme-switcher/#developers)

 [Bantuan](https://wordpress.org/support/plugin/page-theme-switcher/)

## Deskripsi

York IE – Theme Switcher lets editors assign a theme to a single piece of content
or preview how that content looks in another installed theme. The site-wide active
theme stays unchanged.

**Features**

 * Assign a theme per post, page, or public custom post type
 * Assign a page template from the selected theme, with a dropdown that updates 
   when the theme changes
 * Settings page to enable theme switching per post type
 * Preview any supported item with another installed theme in a new tab
 * Content Theme meta box in the editor sidebar
 * Front-end admin bar menu for quick theme previews while logged in
 * Preview banner with an exit link when previewing
 * Works with subdirectory WordPress installs

**How it works**

 1. Edit a post, page, or custom post type.
 2. Choose a theme from the **Content Theme** sidebar panel.
 3. Optionally choose a **Page template** from the selected theme. The template list
    refreshes whenever you change the theme.
 4. Click **Update** to save the assignment, or use **Preview with selected theme**
    to test the theme and template without saving.

Visitors see the assigned theme only on that content item. Other pages continue 
using the active site theme.

**Permissions**

 * Theme preview URLs require a valid nonce and permission to edit the item or the`
   switch_themes` capability.
 * Assigned themes are visible to all visitors on the front end for that content
   item.

**Developer filters**

 * `pagethsw_supported_post_types` — Limit or extend supported post types.
 * `pagethsw_is_supported_post_early` — Control post type support before `init`.

## Tangkapan Layar

[⌊Content Theme panel in the editor sidebar.⌉⌊Content Theme panel in the editor 
sidebar.⌉[

Content Theme panel in the editor sidebar.

[⌊Theme preview banner on the front end.⌉⌊Theme preview banner on the front end.⌉[

Theme preview banner on the front end.

[⌊Content Theme menu in the admin bar.⌉⌊Content Theme menu in the admin bar.⌉[

Content Theme menu in the admin bar.

## Instalasi

 1. Install the plugin through the WordPress Plugins screen.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Edit any supported post, page, or custom post type and use the **Content Theme**
    panel in the sidebar.
 4. Go to **Settings  York IE – Theme Switcher** to choose which post types are enabled.

## Tanya Jawab

### Does this change the active theme for the whole site?

No. It only changes the theme used for the selected content item. The active theme
under **Appearance  Themes** is not modified.

### Which content types are supported?

Public post types with an admin UI are supported by default, including posts, pages,
and custom post types. Attachments, revisions, templates, and other internal post
types are excluded.

### Why can I preview a theme but visitors still see the default theme?

Preview mode is for logged-in users with permission to edit the item. To apply a
theme for everyone, choose a theme in **Content Theme**, save the item, and open
the public URL without preview query arguments.

### Can I limit which post types show the Content Theme panel?

Yes. Open **Settings  York IE – Theme Switcher** and check only the post types you
want. Developers can use the `pagethsw_supported_post_types` filter.

### How does the page template dropdown work?

After you assign a theme, the **Page template** dropdown lists the page templates
declared by that theme for the current post type. Selecting one renders the content
with that template on the front end (and in preview). The list updates automatically
when you change the theme.

### Why are no templates listed for some themes?

The dropdown reads the page templates a theme registers through the standard WordPress
template headers. Themes that do not ship custom page templates for the current 
post type will only show **Default template**.

## Ulasan

Belum ada ulasan untuk plugin ini.

## Kontributor & Pengembang

“York IE – Theme Switcher” adalah perangkat lunak open source. Berikut ini mereka
yang sudah berkontribusi pada plugin ini.

Kontributor

 *   [ yorksupport ](https://profiles.wordpress.org/yorksupport/)

[Terjemahkan “York IE – Theme Switcher” dalam bahasa Anda.](https://translate.wordpress.org/projects/wp-plugins/page-theme-switcher)

### Tertarik mengembangkan?

[Lihat kode](https://plugins.trac.wordpress.org/browser/page-theme-switcher/), periksa
[repositori SVN ](https://plugins.svn.wordpress.org/page-theme-switcher/), atau 
mendaftar ke [log pengembangan](https://plugins.trac.wordpress.org/log/page-theme-switcher/)
melalui [RSS](https://plugins.trac.wordpress.org/log/page-theme-switcher/?limit=100&mode=stop_on_copy&format=rss).

## Log Perubahan

#### 1.7.0

 * Fix Plugin for theme selection not working on Front Page.

#### 1.6.0

 * Add a Page template dropdown to the Content Theme panel that lists the selected
   theme’s page templates.
 * The template list updates automatically when the assigned theme changes.

#### 1.5.3

 * Update plugin branding to York IE – Theme Switcher.

#### 1.5.2

 * Remove deprecated `pts_` filter hooks; use `pagethsw_` filters only.

#### 1.5.1

 * Rename plugin to York IE – Theme Switcher.

#### 1.5.0

 * Prefix all options, meta keys, hooks, and identifiers with `pagethsw_` per WordPress.
   org guidelines.
 * Migrate legacy `pts_` data automatically on upgrade.

#### 1.4.1

 * Fix Plugin Check database query warnings for slug-based post lookups.

#### 1.4.0

 * Add settings page to enable theme switching per post type.

#### 1.3.2

 * Fix Plugin Check input sanitization and nonce verification warnings.

#### 1.3.1

 * Fix Plugin Check database escaping warnings in post lookup queries.

#### 1.3.0

 * Prepare plugin for WordPress.org distribution.
 * Add uninstall routine and directory submission files.

#### 1.2.3

 * Fix saved theme assignments for custom post types before `init`.
 * Improve URL resolution for subdirectory installs.

#### 1.2.2

 * Remove duplicate block editor sidebar panel.

#### 1.2.1

 * Include pages in supported post types.

#### 1.2.0

 * Add support for posts and custom post types.
 * Fix block editor saving and subdirectory permalink handling.

#### 1.0.0

 * Initial release with per-page theme assignment and preview.

## Meta

 *  Versi **1.7.0**
 *  Diperbarui **2 jam yang lalu**
 *  Instalasi Aktif **Kurang dari 10**
 *  Versi WordPress ** 6.0 atau yang terbaru **
 *  Diuji hingga **7.0**
 *  Versi PHP ** 7.4 atau yang terbaru **
 *  Bahasa
 * [English (US)](https://wordpress.org/plugins/page-theme-switcher/)
 * Tag
 * [preview](https://id.wordpress.org/plugins/tags/preview/)[switch theme](https://id.wordpress.org/plugins/tags/switch-theme/)
   [switcher](https://id.wordpress.org/plugins/tags/switcher/)[theme](https://id.wordpress.org/plugins/tags/theme/)
   [Theme Switcher](https://id.wordpress.org/plugins/tags/theme-switcher/)
 *  [Tampilan lanjut](https://id.wordpress.org/plugins/page-theme-switcher/advanced/)

## Rating

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/page-theme-switcher/reviews/#new-post)

[Lihat semua ulasan](https://wordpress.org/support/plugin/page-theme-switcher/reviews/)

## Kontributor

 *   [ yorksupport ](https://profiles.wordpress.org/yorksupport/)

## Bantuan

Ada yang ingin dikatakan? Butuh bantuan?

 [Lihat forum bantuan](https://wordpress.org/support/plugin/page-theme-switcher/)