Simple Fieldset with Font Awesome Icons
This is a simple Wordpress plugin that renders fieldsets in posts/pages with Font Awesome icons in the legend section.
by Renee Campanilla · github.com/reneecampanilla/simple-fieldset · 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/reneecampanilla/simple-fieldset/archive/refs/heads/master.zipReadme
simple-fieldset
This is a simple Wordpress plugin that renders fieldsets in posts/pages with Font Awesome icons in the legend section.
Installation
- Download this project.
- Move/Copy&Paste
simple-fieldsetfolder to the/wp-content/plugins/directory of your Wordpress project. - Activate the plugin through the 'Plugins' menu in Wordpress admin dashboard.
- Place simple fieldset shortcode in pages/posts with attributes and content.
Usage
-
Default shortcode:
[simplefieldset][/simplefieldset] -
With title:
[simplefieldset title="Title"][/simplefieldset] -
With title and Font Awesome icon:
[simplefieldset title="Title" fa="fa-laptop"][/simplefieldset] -
With title, Font Awesome icon, and content:
[simplefieldset title="Title" fa="fa-laptop"]Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/simplefieldset]Font Awesome icon tag references can be found here
Changelog
Version 1.0
- Basic Functionality - Renders fieldsets with Font Awesome icons.
- Used Wordpress Plugin Boilerplate.