• Hi!

    I use a shortcode for dtslider but there comes to problem when there is another shortcode in a page/post…

    So i tried to implement a dtslider with a template tag but i just cant write it right (i am not a coder)
    I helped myself with a coda slider template tag, but there is something wrong – can you check it below?

    [code]<?php if ( function_exists('dtSlider') ) {
    dtSlider('post_parent=2', 'coda-slider-1', 'autoSlide:true');} ?>[/code]

    All those options (post parent, id and arguments) were working OK in shortcode use…

    http://wordpress.org/extend/plugins/dtslider/

  • The topic ‘[Plugin: dtSlider] php template tag’ is closed to new replies.