Pillar
Collection WordPress mini plugins (theme features) to apply theme-agnostic modifications
★ 1stars
4.1kcomposer installs
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/itgalaxy/pillar/archive/refs/heads/master.zipAlso on Packagist as itgalaxy/pillar:
composer require itgalaxy/pillarFrom the readme
Pillar
Collection WordPress mini plugins (theme features) to apply theme-agnostic modifications.
Requirements
Prerequisite
How to check
How to install
PHP >= 5.6.x
php -v
php.net
Installation
You can install this plugin via the command-line or the WordPress admin panel.
Via Command-line
If you're using Composer to manage WordPress,
add Pillar to your project's dependencies.
Then activate the plugin via wp-cli.
Via WordPress Admin Panel
1. Download the latest zip of this repo.
2. In your WordPress admin panel, navigate to Plugins-Add New
3. Click Upload Plugin
4. Upload the zip file that you downloaded.
Usage
1. Activate this plugin
2. Open function.php file in your theme.
3. Add this code for enable mini plugin.
Features
What is Feature
1. Widely applicable. The features we distribute need to be of importance to a large number of developers.
Individual preferences for uncommon patterns are not supported.
2. Generic. Features cannot be so specific that users will have trouble understanding when to use them.
3. Atomic. Features must function completely on their own.
Features ar
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.