sandro13
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Posting not showing what i wanted in the front pagenope…i still dont see any of the code in template_posts.php here is the link to it http://wordpress.pastebin.com/aAkr1Xmy
Forum: Themes and Templates
In reply to: Posting not showing what i wanted in the front pagehi 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();
?>Forum: Themes and Templates
In reply to: Posting not showing what i wanted in the front pagewhat u mean use “the_content” ? i dont understand…
anybody can help this? its urgent here…