• HI,
    I need a classic 3 coloumns webpage layout, so I shut down your presentation page. In this case I need a third-party slider plugin. I want put the slider on top in the center-coloumn, in the post rolling page (main wp site, with the list of posts).

    The problem is, when I put the php shortcode to the content.php (in contact dir), the loop will repeat the slider after every post.

    <?php
    if( function_exists(‘FA_display_slider’) ){
    FA_display_slider(43);
    }
    ?>

    Maybe u can suggest me a way, how I can call the slider only once?

    Thank you.

The topic ‘third-party slider plugin shortcode’ is closed to new replies.