Title: Move archive widget
Last modified: August 19, 2016

---

# Move archive widget

 *  Resolved [poolguru](https://wordpress.org/support/users/poolguru/)
 * (@poolguru)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/move-archive-widget/)
 * Hello,
    I have just installed the Fusion theme and have a few problems. When 
   i click on a post within a category i have created it shows… Archive for category
   before the post title. Could anyone tell me how i stop this and also how i remove
   the archive widget from the sidebar

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/move-archive-widget/#post-1228416)
 * With the help of the [Template Hierarchy](http://codex.wordpress.org/Template_Hierarchy)
   article, determine what [Template](http://codex.wordpress.org/Templates) is displaying
   your category title (e.g. archive.php or category.php) then delete the code. 
   For example, in the WordPress Default theme’s wp-content/themes/default/archive.
   php that code is this:
 *     ```
       <h2 class="pagetitle">Archive for the ‘<?php single_cat_title(); ?>’ Category</h2>
       ```
   
 * You remove a widget via Appearances->Widgets. If not a widget, then could need
   to edit your theme’s sidebar.php and delete the wp_get_archives code.
 *  Thread Starter [poolguru](https://wordpress.org/support/users/poolguru/)
 * (@poolguru)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/move-archive-widget/#post-1228554)
 * wow… that seems so complicated.
    Do people normaly allow their post to be displyed
   like this…. Archive for category before the post title. I am a novice with all
   this, maybe i should just use another theme
 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/move-archive-widget/#post-1228564)
 * > I am a novice with all this, maybe i should just use another theme
 * There are lot’s to choose from:
    [http://wordpress.org/extend/themes/](http://wordpress.org/extend/themes/)
 *  Thread Starter [poolguru](https://wordpress.org/support/users/poolguru/)
 * (@poolguru)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/move-archive-widget/#post-1228664)
 * Hello,
    Sorry, could i be a pain and ask you to explain this a little further
   so i maybe able to understand as i have looked at other themes and really like
   the fusion one. Kind regards
 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/move-archive-widget/#post-1228667)
 * Sure…in your theme’s archive.php
 * change this line:
 *     ```
       <h1 class="pagetitle"><?php printf( __('Archive for category %s', 'fusion'), single_cat_title('', false)); ?></h1>
       ```
   
 * to
 *     ```
       <h1 class="pagetitle"><?php //printf( __('Archive for category %s', 'fusion'), single_cat_title('', false)); ?></h1>
       ```
   
 *  Thread Starter [poolguru](https://wordpress.org/support/users/poolguru/)
 * (@poolguru)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/move-archive-widget/#post-1228720)
 * Hello,
    That worked a treat, many thanx for your time helping me, much appreciated

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Move archive widget’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 6 replies
 * 2 participants
 * Last reply from: [poolguru](https://wordpress.org/support/users/poolguru/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/move-archive-widget/#post-1228720)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
