Provides a metabox on posts and pages listing existing Soliloquy Sliders.
As of April 2026, WP Featured Soliloquy Sliders is a WordPress pages plugin with 100 active installations and a 5/5 rating from 1 reviews. It has been downloaded 14K+ times in total. Requires WordPress 3.0+ and PHP false+. Available on WordPress.org since 2014. Last updated 10 years ago — may have compatibility concerns. Top alternative: WP-PageNavi.
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.
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…| WordPress | 3.0+ requiredTested up to 4.3.34 |
| PHP | false+ required |
Check for WP 4.0
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.