Hi!
Can anyone help me romeve the date from one of my pages?
Strange thing is that the date only appears on one of my pages...
This is my page.php
`<?php get_header(); ?>
<ul class="clearfix">
<li id="left-column">
<?php if (have_posts()) :
global $show_author, $post;
$show_author = 1;
while (have_posts()) : the_post(); setup_postdata($post);
include(TEMPLATEPATH."/functions/fetch-post.php");
endwhile;
else :
ocmx_no_posts();
endif; ?>
<?php comments_template(); ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>