Hi,
I want to add this slide show -
<?php if (function_exists('slideshow')) { slideshow(true, "1", false, array()); } ?>
before the posts (Recent Articles)
http://www.airlinestaffrates.com/travelmagazine/
Where do I add the code?
Thanks
Charlotte
Francisco Javier Carazo Gil answers:
Hi Charlotte,
You have to add it in index, just before the loop.
Francisco Javier Carazo Gil comments:
Francisco Javier Carazo Gil comments:
Martin Pham answers:
open index.php in template
add after
<div class="archive">
<?php if (function_exists('slideshow')) { slideshow(true, "1", false, array()); } ?>
OR
find <!-- /header --> add after if you want display full
<?php if (function_exists('slideshow')) { slideshow(true, "1", false, array()); } ?>
<div class="archive">