Can someone help me remove something?
-
Hello,
I was wondering if someone could help me remove the “this post is archived under….” that appear at the top of my post here:
Freelance Writing ServicesHere is the code for posts – can anyone tell me what to delete. I still want it to archive just not show it on top of the posts.
<?php get_header(); ?>
<?php get_sidebar(); ?>
<div class=”text”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post”>
<div class=”date”>
<?php the_time(‘M’); ?><span class=”day”><?php the_time(‘d’); ?></span></div>
<h1 class=”title”>“><?php the_title(); ?></h1>
Posted under <?php the_category(‘, ‘); ?> by <?php the_author(); ?>
<?php the_content(‘Read the rest of this entry »’); ?>Thanks!
The topic ‘Can someone help me remove something?’ is closed to new replies.