Skip to content

Supercharge your WordPress theme with mega pack of shortcodes

Notifications You must be signed in to change notification settings

mtjoseph/shortcodes-ultimate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortcodes Ultimate for WordPress

Supercharge your site with mega pack of shortcodes. Real swiss army knife for WordPress.

With this plugin you can easily create buttons, boxes, different sliders and much, much more. Turn your free theme to premium in just a few clicks. Using Shortcodes Ultimate you can quickly and easily retrieve premium themes features and display it on your site.

Forked from gndev/shortcodes-ultimate to address:

Problem in custom_gallery where specifying a "limit" value can result in "no images found" even when valid Posts exist. The problem behavior is that the code ignores Posts without an assigned featured image (thumbnail). So, if the limit (first N) requested Posts do not have images, then the error message "custom gallery, images not found" is displayed. This can be solved one of two ways:

  1. Use default image in-place of skipping a Post without a featured image
  2. Qualify query to include only Posts with a Featured image (thumbnail)

I chose the latter as it fit best for my use case.

About

Supercharge your WordPress theme with mega pack of shortcodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 64.2%
  • CSS 19.8%
  • JavaScript 16.0%