Shorts
A simple set of shortcodes.
★ 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.zipReadme
Shorts
A simple set of shortcodes (no longer supported).

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