I am fairly new to wordpress but i am trying to modify a template, basically if you visit the website you will see that underneath the menu there is a news in pictures box (black with a grey image and text) now basically i want to replace that box with a nivo slider. I have installed the simple nivo slider plugin in to the website. However the template doesn't have a widget area for the area i want to change and i don't know how to swap one for the other.
http://79.170.40.241/shaddersafrica.com/
on the main index.php page this piece of code controls the news in pictures box.
<?php include( TEMPLATEPATH . '/includes/latest-post.php' ); ?>
now i have tried to replace this with a link to the simple-nivo-slider plugin, like so
<?php include( TEMPLATEPATH . '../../plugins/simple-nivo-slider/simple-nico-slider.php' ); ?>
however when i do this nothing is displayed.
Thanks
Lee