Opis
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] ) );
}
?>
Zrzuty ekranu
Instalacja
This section describes how to install the plugin and get it working.
- Upload the
wp-featured-soliloquy-slidersfolder to the/wp-content/plugins/directory - Activate the plugin through the 'Plugins’ menu in WordPress
- Create new or Edit a Post.
Najczęściej zadawane pytania
- Why don’t you have more questions here?
-
I haven’t been asked any yet. 🙂
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„WP Featured Soliloquy Sliders” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “WP Featured Soliloquy Sliders” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
1.1
Check for WP 4.0
1.0
- Initial release.

