do shortcode troubles
-
Hi there!
I am having trouble with the “Flipping Book” plugin – http://ww.wp.xz.cn/extend/plugins/page-flip-image-gallery/
I am trying to use a shortcode to add the Flash page flip book to my site, and have added this into one of the theme files. I have tried both of the following:
<?php do_shortcode(‘[book id=’1′ /]’); ?>
and
<?php echo do_shortcode(‘[book id=’1′ /]’); ?>but in both cases, I get the following error:
Parse error: syntax error, unexpected T_LNUMBER in /home/thecook2/public_html/newsite/wp-content/themes/DeepFocus/home.php on line 13I have no idea what is causing this. When I add [book id=’1′ /] to a page, it works correctly. But the shortcode doesn’t work. 🙁
Please help!
The topic ‘do shortcode troubles’ is closed to new replies.