shorts

A simple set of shortcodes.


Project maintained by lambry Hosted on GitHub Pages — Theme by mattgraham

Shorts

A simple set of shortcodes (no longer supported).

Shorts

Main Shortcodes

Supplementary Shortcodes (handy in widgets)

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' );
});