• I already installed SlideDeck plugin. Yet, I do not know how to make it appears in the front end. How?

    <?php
    /*
    * The template for displaying Blog Posts index page
    */
    get_header(); ?>
    
    <?php echo do_shortcode( “[SlideDeck id=1149]” ); ?>

    I place the code in index.php wordpress.

    Parse error: syntax error, unexpected ‘[‘ in /home/sehatbener/public_html/wp-content/themes/mauer-essentialist/index.php on line 8

    How to solve this error?

    line 8: <?php echo do_shortcode( “[SlideDeck id=1149]” ); ?>

    • This topic was modified 5 years, 2 months ago by davy_yg.
Viewing 1 replies (of 1 total)
  • Thread Starter davy_yg

    (@davy_yg)

    I think I find the solution:

    <?php echo do_shortcode("[SlideDeck id=1149]"); ?>
    <br><br>
Viewing 1 replies (of 1 total)
  • The topic ‘SlideDeck id’ is closed to new replies.