add random html text after header
-
hello everyone, my main index page template code is as given below :
`get_header();
if(pagelines(‘featureblog’) && VPRO) include(PRO.’/template_feature.php’);
include(THEME_LIB.’/template_posts.php’);
get_footer();`i want to add some html text before “include(THEME_LIB.’/template_posts.php’);” like : “free microsoft word” or a hello welcome mesaage.
how do i add that?? (iam new to php)
- The topic ‘add random html text after header’ is closed to new replies.