hi alchymyth,
i cant seem to find “the_excerpt” under index.php here is what i have in the index.php :
<?php
/*
iBlogPro3 Copyright (C) 2008-2010 Andrew Powers, PageLines.com (andrew AT pagelines DOT com)
Licensed under the terms of GPL
*/
global $pagelines;
get_header();
if(pagelines(‘featureblog’) && VPRO) include(PRO.’/template_feature.php’);
include(THEME_LIB.’/template_posts.php’);
get_footer();
?>
______________________________________________________________________
same goes to single.php cant seem to find “the_content” :
<?php
get_header();
include(THEME_LIB.’/template_posts.php’);
get_footer();
?>