• Evening all,

    I am currently working on getting my first wordpress blog up and running called grafikcache. I seem to be having a few problems with removing elements that I do not require on my blog.

    When I click on an archive or a catagory in the left hand bar it displays the relevant posts like here, but I want to get rid of the heading at the top of that page which says the catagory. Where would I find the code to remove this..thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Look in your Theme folder (wp-content/themes/your_theme_folder) and look in the index.php folder… somewhere after <?php if (have_posts()) : ?> there should be a category display…

    first though back up your index file to a separate folder in case ya mess it up.

    Thread Starter grafikcache

    (@grafikcache)

    thanks for the response,

    that wasn’t quite what I was looking for as that removed the catagory heading from the bottom of my posts where it says ‘Posted in..’ but I managed to find what I was looking for in ‘archive.php’, so this is resolved.

    Thanks again anyhow.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing catagory and archive headings’ is closed to new replies.