template. php dosyası :
foreach ($the_slider as $slider) { ?>
theme->display('thumbnail', $featuredposts_moreoptions)) {
if($slider['link'] && $slider['img']) {
printf("%s%s", "", "");
} else {
echo "";
}
} ?>
theme->display('post_title', $featuredposts_moreoptions) || $this->theme->display('post_excerpt', $featuredposts_moreoptions)) { ?>
theme->display('post_title', $featuredposts_moreoptions) ) { ?>
printf("%s$slider[title]%s", "", "");
} else {
echo $slider['title'];
}
?>
theme->display('post_excerpt', $featuredposts_moreoptions) ) { ?>
theme->display('featuredposts_readmore') ) { ?>
theme->option('featuredposts_readmore'); ?>
theme->display('next_prev', $featuredposts_moreoptions)) { ?>
theme->display('pager', $featuredposts_moreoptions)) { ?>