I know how to write posts, I want to make it as a seperate page though and not to appear on the index.php page. Heres the code from around the text…..
<i><div id=”rap”>
<h1 id=”header”>“><?php bloginfo(‘name’); ?></h1>
<div id=”content”>
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<?php the_date(”,'<h2>’,'</h2>’); ?>
<h2>About</h2><br>
This site was first made on 10th January 2005, starting with v 1.0 which was made with HTML.<br>
I then moved onto v 2.0 which was made with Photoshop and Image Ready but looked crap and only lasted<br>
for about a day. V 3.0 was also made with Photoshop and Image Ready but looked much better, that lasted for<br>
about a month ?? This version is v 4.0 and is made with Word Press, a blogging tool. Much easier to update<br>
than the other sites.<br>
This site is just for putting anything I want on it, if you want to ask something or give a suggestions e-mail me.
</div>
<?php endforeach; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif; ?>
</div>
</i>