Adding a secondary slide in index.php
-
I already have this code in the index.php file:
<?php echo do_shortcode( “[anything_slides]” ); ?>
But I am trying to get something like this inserted lower in the page:
<?php echo do_shortcode( “[anything_slides cat=”blog-text”]” ); ?>Obviously, I get an error…
Parse error: syntax error, unexpected T_STRING in /home/goldmin/public_html/1/wp-content/themes/main/index.php on line 6so is there any way to insert a customized slider directly in the php file?
Thanks,
Titus
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding a secondary slide in index.php’ is closed to new replies.