gonna post the code…..
<?php /* Don’t remove this line, it calls the WP function files ! */
$blog=1;
require_once(“wp-blog-header.php”);
?><!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
“https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”>
<head>
<title><?php bloginfo(‘name’) ?><?php single_post_title(‘ :: ‘) ?><?php single_cat_title(‘ :: ‘) ?><?php single_month_title(‘ :: ‘) ?></title>
<!– Change charset if needed(?) But please do not remove this metatag –>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />
<meta name=”generator” content=”WordPress <?php $wp_version ?>” /> <!– leave this for stats –>
<meta http-equiv=”reply-to” content=”[email protected]” />
<link rel=”alternate” type=”text/xml” title=”RDF” href=”<?php bloginfo(‘rdf_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<style type=”text/css”>
<!–
body,td,th {
font-family: Arial Narrow;
font-size: 10px;
color: #0099FF;
}
–>
</style></head>
<body>
<!– // loop start –>
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<?php the_date(“m.d.y”,”<h2>”,”</h2>”); ?>
<?php the_content(); ?><?php link_pages(“
Pages: “,”
“,”number”) ?>
<p align=”right”>posted by: <?php the_author() ?> @ “><?php the_time() ?>
<p align=”right”><?php comments_popup_link(“inspired ?”, “1 inspired”, “% inspired”) ?>
<?php include (“wp-comments.php”); ?>
<!– // this is just the end of the motor – don’t touch that line either ?? –>
<div align=”center”><cite>Powered by WordPress</cite>
</div>
</body>
</html> <—— LINE 50