Viewing 3 replies - 1 through 3 (of 3 total)
  • Just delete it from your index.php file.
    You can leave the styling blank, so just the categories show, like this:
    <?php the_category() ?>

    Thread Starter cynikalsam

    (@cynikalsam)

    Ok thanks!

    Check in index.php. It’s in there in quotes. If you want to remove the whole thing, just take out that line of code.
    I’ve since modified mine, but you’re looking for. . .
    <div class=”meta”>Posted by <?php the_author() ?> <?php edit_post_link(); ?> -|- <?php _e(“File in:”); ?> “<?php the_category() ?>”</div>
    This line specifically:
    <?php _e(“File in:”); ?> “<?php the_category() ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Getting rid of “filed under:”’ is closed to new replies.