Vagabond Core Functionality
Vagabond WordPress theme core functionality plugin.
by Alexis J. Villegas · github.com/ajvillegas/vagabond-core · website
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/ajvillegas/vagabond-core/archive/refs/heads/master.zipReadme
Vagabond Core Functionality
Vagabond WordPress theme core functionality plugin.
Contributors: ajvillegas
Tags: widget, admin, theme
Requires at least: 4.6
Tested up to: 5.4
Requires PHP: 5.6
Stable tag: 1.0.0
License: GPLv2 or later
Description
This plugin contains core functionality for the Vagabond WordPress theme so that it is theme independent.
It registers the following custom widgets for the Vagabond theme:
- Featured Page widget - Display and image link to any URL.
- CTA Form widget - Provides a call-to-action wrapper for a form shortcode.
You can also find a widget boilerplate class under /widgets/class-vagabond-boilerplate-widget.php to help you extend the plugin by creating additional custom widgets.
Installation
Using The WordPress Dashboard
- Navigate to the 'Add New' Plugin Dashboard
- Click on 'Upload Plugin' and select
vagabond-core.zipfrom your computer - Click on 'Install Now'
- Activate the plugin on the WordPress Plugins Dashboard
Using FTP
- Extract
vagabond-core.zipto your computer - Upload the
vagabond-coredirectory to yourwp-content/pluginsdirectory - Activate the plugin on the WordPress Plugins Dashboard
Changelog
1.0.0
- Initial release.