This plugin is outdated and might not be supported anymore
WP Featured Soliloquy Sliders

WP Featured Soliloquy Sliders

By Topher
Details
View on WordPress

This plugin provides a metabox on posts and pages listing existing Soliloquy Sliders. The end user is allowed to choose one and make it associated with the post or page via meta data.

Practically speaking, Featured Sliders work exactly like Featured Images. The Post or Page and Featured Sliders are merely attached, and you must use a template tag or WordPress functions to render the Slider.

Please see Other Notes for examples.

Usage

Page or Post meta has a key called _t1k_featured_slider. A very simple way to render the slider is like this:

<?php
    $meta = get_post_custom();
    if ( isset( $meta['_t1k_featured_slider'][0] ) && is_numeric( $meta['_t1k_featured_slider'][0] ) && function_exists( 'soliloquy' ) ) {
        soliloquy( absint( $meta['_t1k_featured_slider'][0] ) );
    }
?>

Details

Plugin code:
wp-featured-soliloquy-sliders
Plugin version:
1.1
Author:
Outdated:
Yes
WP version:
3.0 or higher
PHP version:
or higher
Test up to WP version:
4.3.34
Total installations:
100
Last updated:
2015-08-21
Rating:
Times rated:
1
featured
pages
posts
sliders
soliloquy