treehouse : what would you like to learn today?
Web Design Web Development iOS Development

soliloquy slider dinamic id

  • Hello guys!

    I'm using the soliloquy slider plugin for wordpress, and I need to insert slides in the single.php template... but I have a problem with this string:

    <?php if ( function_exists( 'soliloquy_slider' ) ) soliloquy_slider( 'the_title();' ); ?>
    

    i want to replace the id of slider with the title of post (the_title(); )...but I don't know how it is possible...!

    Could you help me? thanks!