now that I think about it I did edit SOME template file and attempt to put some code in it. but I re edited it and it looked like it was missing something.
here is my page.php:
Code:
<?php get_header(); ?>
<div id="centercol" class="grid_10">
<?php if (have_posts()) : ?>
<div class="box">
<h2><?php the_title(); ?></h2>
<?php while (have_posts()) : the_post(); ?>
EDIT: fixed it, re downloaded the template and looked at page.php
somehow half the code for that document got deleted
Last edited by boxiom; 07-26-2009 at 12:12 AM..
|