WP Manifestindependent plugin directory
manifest / content / fulcrum-site

Site Specific Fulcrum Addon Plugin

General website-specific functionality

by hellofromTonya · github.com/knowthecode/fulcrum-site · website

1stars
1forks

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.zip

Readme

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:

  1. Font Awesome
  2. Info-box shortcode
  3. Clearfix shortcode
  4. Removes emojis support
  5. Adds an inpost site header metabox
  6. Member nav widget

Installation

  1. Install the Fulcrum, the central custom repository plugin for WordPress.
  2. 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:

  1. Using PhpStorm, open your project and navigate to wp-content/plugins/. (Or open terminal and navigate there).
  2. 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.

Read the full README on GitHub →