Theme Update Preview
Wordpress plugin for easy previewing a different Theme, without switch it entirely
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/diegeduld/theme-update-preview/archive/refs/heads/main.zipAllows logged-in users to switch between the active theme and a preview theme.
Description
This plugin is perfect for developers and agencies who want to show their clients a theme preview without changing the active theme for all visitors.
Features
- Live Preview: Logged-in users see a button in the top right corner of the website.
- Easy Switch: One click to seamlessly switch between the current and the new theme.
- Isolation: The switch applies only to the respective user (session-based). Normal visitors always continue to see the active theme.
- Configuration: Simple settings in the backend under
Settings → Theme Update Preview.
Installation
- Upload the
theme-update-previewfolder to the/wp-content/plugins/directory. - Activate the plugin in the WordPress admin user "Plugins".
- Navigate to
Settings → Theme Update Preview. - Select the theme intended to serve as the preview.
- Click Save – done!
Usage
After configuration, an interactive button appears in the selected position (normally: top right corner) of the website for all logged-in users.
Status Indicator:
- 🔵 Blue Dot: The current/original theme is active.
- 🟢 Green Dot: The new/preview theme is active.
Clicking the button immediately switches between the two themes and reloads the page.
Changelog
1.0.0
- First release of the plugin.