• 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 Services

    Here 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!

Viewing 1 replies (of 1 total)
  • The text you need to change is either in your archive.php file or category.php file. If you have a category.php file that is where it will be.

Viewing 1 replies (of 1 total)

The topic ‘Can someone help me remove something?’ is closed to new replies.