replacing the slider id with wordpress tag the_title();
-
Hello guys!
I’m trying to replace the name of slider with the title of the post, in the single.php template:<?php if ( function_exists( 'soliloquy_slider' ) ) soliloquy_slider( 'slider_name' ); ?>
I’m trying to do this:
<?php if ( function_exists( 'soliloquy_slider' ) ) soliloquy_slider( 'the_title();' ); ?>
but I don’t know how it’s possible
Could someone help me,please???
thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘replacing the slider id with wordpress tag the_title();’ is closed to new replies.