WP Manifestindependent plugin directory
manifest / builders / shorts

Shorts

A simple set of shortcodes.

by Lambry · github.com/lambry/shorts · 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/lambry/shorts/archive/refs/heads/master.zip

Readme

Shorts

A simple set of shortcodes (no longer supported).

Shorts

Main Shortcodes

  • Rows/Columns
  • Icons
  • Buttons
  • Panels
  • Tabs
  • Accordions
  • Popups
  • Alignment
  • Posts
  • Meta
  • Subpages
  • Restrict
  • Login
  • Sitemap
  • Google Map
  • iFrame

Supplementary Shortcodes (handy in widgets)

  • Image
  • Link

If your theme already includes Font Awesome or Magnific Popup just dequeue the shorts versions:

add_action( 'wp_print_styles', function() {
    wp_dequeue_style( 'font-awesome' );
    wp_dequeue_style( 'magnific-popup-css' );
    wp_dequeue_script( 'magnific-popup-js' );
});

Read the full README on GitHub →