Site Specific Fulcrum Addon Plugin
General website-specific functionality
by hellofromTonya · github.com/knowthecode/fulcrum-site · 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/knowthecode/fulcrum-site/archive/refs/heads/master.zipReadme
Fulcrum-Site Plugin
This plugin provides general website-specific functionality. These specifics are outside the scope of the theme and are needed regardless of the child theme.
It is an addon for Fulcrum. This particular plugin is configured for KnowTheCode.io.
Features
It's really quite simply as it adds the following functionality:
- Font Awesome
- Info-box shortcode
- Clearfix shortcode
- Removes emojis support
- Adds an inpost site header metabox
- Member nav widget
Installation
- Install the Fulcrum, the central custom repository plugin for WordPress.
- Then you can install this plugin.
Installation from GitHub is as simple as cloning the repo onto your local machine. To clone the repo, do the following:
- Using PhpStorm, open your project and navigate to
wp-content/plugins/. (Or open terminal and navigate there). - Then type:
git clone https://github.com/KnowTheCode/Fulcrum-Site.git.
Configuration
Everything is configurable using the configuration files found in the config folder. The font icons use the chevrons from Font Awesome. To change to a different icon, do the following:
Contributions
All feedback, bug reports, and pull requests are welcome.