WP Manifestindependent plugin directory
manifest / themes / genesis-shortcodes

GingerBeard Shortcodes

Adds a button to your WYSIWYG that allows you to add default Genesis shortcodes as well as custom shortcodes built from default Genesis column classes

by Josh Mallard · github.com/beardedginger/genesis-shortcodes · website

6stars
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/beardedginger/genesis-shortcodes/archive/refs/heads/master.zip

Declares an update source (http://github.com/BeardedGinger/Genesis-Shortcodes), so updates arrive through the plugin's own updater.

Readme

Genesis-Shortcodes

Adds a button to your WYSIWYG that allows you to add default Genesis shortcodes as well as custom shortcodes built from default Genesis column classes.

Requires the Genesis Framework from StudioPress

Usage

Genesis Defaults

The default Genesis shortcodes will output into the editor with all of their possible attributes except for the before and after. These are available on the majority of the default shortcodes. More information can be found here from StudioPress.

Column Classes

Column classes are output using the [genesis_column][/genesis_column] shortcode and the class is set by defining the appropriate size. Additionally, the first column in a row will require the addition of a position attribute which looks like this position="first".

Example
Shortcodes used to display a two-column layout both columns being half width.

[genesis_column size="one-half" position="first"]
Sample Content
[/genesis_column]
[genesis_column size="one-half"]
Sample Content
[/genesis_column]

Read the full README on GitHub →

Releases

TagPublished
1.0.1 Jun 28, 2014

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.