▶︎ Joystick
🚀 - WIP: A WordPress plugin for making customizations and modifications to any theme or plugin.
by Flightdeck Crew · github.com/rainydaymedia/joystick-for-wordpress · website
★ 1stars
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/rainydaymedia/joystick-for-wordpress/archive/refs/heads/master.zipFrom the readme
Joystick for WordPress
A handy little plugin to contain all your theme/plugin customizations, snippets, and modifications.
Think of this plugin as an alternative to adding code snippets to the functions.php, or style.css file in your child theme.
Why?
This plugin keeps all of your project changes in one location, independent of the other components that make up your Wordpress website. That means you can safely perform theme and/or plugin updates without the fear of losing your modifications as well as easily deactivating your customizations to check for conflicts.
Note:
This plugin doesn't actually do anything on its own. It is purely a convenient place for you to store your own theme/plugin customizations.
Installation
1. Upload flightdeck-joystick to the /wp-content/plugins/ directory
1. OR zip the flightdeck-joystick directory and upload using the WordPress uploader
1. Add your customizations to the plugin either locally or via Plugins Editor in the Dashboard
1. Activate the plugin through the Plugins menu in WordPress
1. Done!
Usage
- Add any CSS snippets to custom/style.css. This file is found in this plugin - only affects frontend.
- Add any PHP snippets to custom