WP Manifestindependent plugin directory
manifest / content / step-options

Step Options

Plugin for creating global site options

by Ihor Rybalko · github.com/igorrybalko/step-options · website

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/igorrybalko/step-options/archive/refs/heads/main.zip

From the readme

Step Options A simple and flexible WordPress plugin for creating global site options (similar to ACF Options Pages), with the ability to dynamically add fields directly from the admin panel. Fields are not tied to posts or pages — all values are stored in the wpoptions table and can be accessed site-wide. Current features: - Dynamically add / remove fields from the admin interface - Supported field types: text, textarea, wysiwyg (visual editor), image - Easy output via the getstepoption() function or shortcode - HTML and automatic paragraph support in wysiwyg fields Installation 1. Download the plugin archive or clone the repository 2. Upload the step-options folder to /wp-content/plugins/ 3. Activate the plugin in the WordPress admin under Plugins After activation, a new menu item Step Options will appear in the sidebar. Usage 1. Adding Fields 1. Go to Step Options → Manage Fields 2. Fill in: - Field Key — unique identifier (latin letters, numbers, underscore only) - Field Label — display name shown in the admin - Field Type — choose from: text, textarea, wysiwyg, image 3. Click Add Field 2. Filling Values 1. Go to Step Options (main settings page) 2. Fill in t

Read the full README on GitHub →