Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.32 KB

readme.md

File metadata and controls

21 lines (14 loc) · 1.32 KB

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.