[Plugin: Easy Nivo Slider] Showing attached images from another post
-
Hi,
Although I have the impression this plugin is not actively developed anymore, I ‘d like to suggest a feature that I needed. Just like the WordPress internal shortcode
[gallery]
allows via the attributeid="xx"
to show a gallery with attached images from another post, I needed the Nivo slider shortcode to be able to do the same.By simply replacing lines 21 and 22 in misc/current-post-list-images.php:
$qry = array( 'post_parent' => get_the_ID(),
with
if (!$parms['id']) $parms['id'] = get_the_ID(); $qry = array( 'post_parent' => $parms['id'],
this is achieved ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Easy Nivo Slider] Showing attached images from another post’ is closed to new replies.