Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamsilverstein/theme-roulette
https://github.com/adamsilverstein/theme-roulette
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamsilverstein/theme-roulette
- Owner: adamsilverstein
- License: other
- Created: 2015-03-31T03:28:58.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T06:37:43.000Z (almost 2 years ago)
- Last Synced: 2024-12-16T14:04:38.950Z (11 days ago)
- Language: PHP
- Size: 2.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.txt
- License: license.txt
Awesome Lists containing this project
README
=== Theme Roulette ===
Contributors: adamsilverstein
Donate link: http://wordpress.org/plugins
Tags:
Requires at least: 3.9
Tested up to: 5.8
Stable tag: 1.0.10
License: MIT
License URI: https://opensource.org/licenses/MITA random theme at random times. Inspired by logout roulette.
== Description ==
Randomly changes your site theme :) Changes theme on the admin side as well, for extra fun! Configurable with filters!
Chooses from installed themes, and switches to a random one on 50% of page loads (by default). If you have fewer than 50 themes, installs a new theme chosen at random from the top themes on the WordPress.org directory.
*Filterz!*
thmr_max_themes_to_install:
Installs max 50 themes (over time) by default. Use the 'thmr_max_themes_to_install' filter to adjust the maximum number of themese this plugin will install.thmr_times_to_switch_out_of_ten:
Switches the theme 5 out of 10 loads (50 %) - adjust this setting with the 'thmr_times_to_switch_out_of_ten' filter.thmr_dont_show_on_admin
Use the 'thmr_dont_show_on_admin' to disable on the admin side (__return_true to turn off).WARNING: This plugin may bring your site down - use at your own risk!
== Installation ==
Enable, enjoy!
= Manual Installation =
1. Upload the entire `/theme-roulette` directory to the `/wp-content/plugins/` directory.
2. Activate Theme Roulette through the 'Plugins' menu in WordPress.== Frequently Asked Questions ==
== Screenshots ==
== Changelog ==
= 0.1.4 =
* Fix authorship= 0.1.2 =
* First release== Upgrade Notice ==
= 0.1.2 =
First Release