WP Manifestindependent plugin directory
manifest / themes / vagabond-core

Vagabond Core Functionality

Vagabond WordPress theme core functionality plugin.

by Alexis J. Villegas · github.com/ajvillegas/vagabond-core · 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/ajvillegas/vagabond-core/archive/refs/heads/master.zip

Readme

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

  1. Navigate to the 'Add New' Plugin Dashboard
  2. Click on 'Upload Plugin' and select vagabond-core.zip from your computer
  3. Click on 'Install Now'
  4. Activate the plugin on the WordPress Plugins Dashboard

Using FTP

  1. Extract vagabond-core.zip to your computer
  2. Upload the vagabond-core directory to your wp-content/plugins directory
  3. Activate the plugin on the WordPress Plugins Dashboard

Changelog

1.0.0

  • Initial release.

Read the full README on GitHub →