https://github.com/simison/back-to-the-theme
A WordPress plugin to see a page with different themes all at once, just like that!
https://github.com/simison/back-to-the-theme
wordpress wordpress-development wordpress-plugin
Last synced: about 1 year ago
JSON representation
A WordPress plugin to see a page with different themes all at once, just like that!
- Host: GitHub
- URL: https://github.com/simison/back-to-the-theme
- Owner: simison
- License: other
- Created: 2018-12-02T20:14:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T19:08:53.000Z (over 1 year ago)
- Last Synced: 2025-03-29T18:11:24.107Z (about 1 year ago)
- Topics: wordpress, wordpress-development, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/back-to-the-theme/
- Size: 1.01 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Back To The Theme
See a page with different themes all at once, just like that!
## Installation
1. Download the [latest zip](https://github.com/simison/back-to-the-theme/archive/master.zip) for this plugin or install it from [Plugin directory](https://wordpress.org/plugins/back-to-the-theme/)
2. Upload it to your WordPress site through _Plugins_ → _Add New_ → _Upload Plugin_.
3. Activate the plugin.
## How to Use
1. Install several themes you'd like to check out.
2. Create a new page.
3. Navigate to _Tools_ → _Back To The Theme_
4. Choose if you want to test in the editor- or view side.
5. Select the themes you'd like to check out.
6. Choose the page you just created. This page will be previewed with all the themes you've selected.
7. Click _Do it!_.
8. Scroll to see the page rendered with all the themes you selected.
You'll see your page load with different themes in a bunch of iframes for handy preview and debugging.

## A nice list of popular themes to test
```
wp theme install \
astra \
colormag \
customizr \
generatepress \
hestia \
hueman \
oceanwp \
shapely \
storefront \
sydney \
twentyeleven \
twentyfifteen \
twentyfourteen \
twentynineteen \
twentyseventeen \
twentysixteen \
twentyten \
twentythirteen \
twentytwelve \
vantage
```
See docs for [`wp theme install`](https://developer.wordpress.org/cli/commands/theme/install/).

# License
[GPL2+](./LICENSE.txt)