Solero
Theme-agnostic modules collection for Wordpress
★ 2stars
100composer 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/starise/solero/archive/refs/heads/master.zipAlso on Packagist as starise/solero:
composer require starise/soleroFrom the readme
Solero
Theme-agnostic modules collection for Wordpress
Requirements
PHP = 5.4
Wordpress = 4.0
Installation
Add Solero to project's dependencies using Composer.
Activation
The plugin can be activated using WordPress admin panel or via wp-cli.
Modules
Load jQuery from the Google CDN
addthemesupport('solero-jquery-cdn');
Cleaner WordPress markup
addthemesupport('solero-clean-up');
Cleaner walker for navigation menus
addthemesupport('solero-nav-walker');
Root relative URLs
addthemesupport('solero-relative-urls');
Google Analytics (more info)
addthemesupport('solero-google-analytics', 'UA-XXXXX-Y');
Google Fonts
addthemesupport('solero-google-fonts', ['Open Sans' = '400,700']);
Move all JS to the footer
addthemesupport('solero-js-to-footer');
Disable trackbacks
addthemesupport('solero-disable-trackbacks');
Disable asset versioning
addthemesupport('solero-disable-asset-versioning');
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.