Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Thomas Griffin

    (@griffinjt)

    You would use the template tag provided with the plugin, soliloquy_slider, and then reference your slider ID inside of the tag, like this:

    soliloquy_slider( 32 );

    You would probably want to place this in your header.php file or just above the loop in your index.php file.

    Thread Starter birchof

    (@birchof)

    Thanks Thomas,

    I’m not so able in this. Tell me if I’m right:

    I have to insert soliloquy_slider( 44 ); inside the index.php page, right?

    Thanks

    Plugin Author Thomas Griffin

    (@griffinjt)

    Yes, that is correct.

    Thread Starter birchof

    (@birchof)

    I’m probably doing something wrong because I don’t see the slider in Homepage. This is my index.php file:

    <?php
    /**
    * Front to the WordPress application. This file doesn’t do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define(‘WP_USE_THEMES’, true);

    /** Loads the WordPress Environment and Template */
    require(‘./wp-blog-header.php’);

    soliloquy_slider( 44 );

    And this is the website: http://ahmedlemghir.altervista.org/
    No slider, can you please help me?
    Thanks again

    Plugin Author Thomas Griffin

    (@griffinjt)

    That is the base index.php file for your WordPress install, no theme. You need to visit your wp-content/themes/tetris folder and modify that index.php file instead. 🙂

    After creating your slider in the Soliloquy section, go to Dashboard / Appearance / Theme options. There you will find a section called ‘Homepage Soliloquy Slider’. You can select your slider there.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to add Soliloquy-lite to Tetris Home Page’ is closed to new replies.