SlideDeck id
-
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]” ); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘SlideDeck id’ is closed to new replies.