• Have to be able to use PHP at least minimally to use this plugin. Had to dig around a little (no link on Help & Support admin page) to find that you’ve got to invoke it with PHP.

    To display WordPress content slide on your website you have to add following lines of code inside your themes .php files.

    <?php if(function_exists('wp_content_slider')) { wp_content_slider(); } ?>

    I might use it on my own site, but my clients would be completely out of their depth!

    Not that it would help my clients, but one might expect at least some shortcodes for invoking in a post or page.

    P.S. The screenshots page is missing material.

  • The topic ‘For coders’ is closed to new replies.