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 1 year, 2 months ago by
davy_yg.