Title: Help with a formatting issue
Last modified: August 19, 2016

---

# Help with a formatting issue

 *  [fkaf](https://wordpress.org/support/users/fkaf/)
 * (@fkaf)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/help-with-a-formatting-issue/)
 * In my category it looks like this
    [http://www.kjagen.com/category/about/](http://www.kjagen.com/category/about/)
   see post Test In the single it looks like this [http://www.kjagen.com/2010/09/test/](http://www.kjagen.com/2010/09/test/)
 * Is there a way to fix this?
 * Thanks

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

 *  [David Gwyer](https://wordpress.org/support/users/dgwyer/)
 * (@dgwyer)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/help-with-a-formatting-issue/#post-1676067)
 * What did you want to fix exactly? Something on the category view, or single post
   view? Please be specific, not sure what you need.. 🙂
 *  Thread Starter [fkaf](https://wordpress.org/support/users/fkaf/)
 * (@fkaf)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/help-with-a-formatting-issue/#post-1676088)
 * Yes the category view. So that the text is formatted the the same way as it is
   in the posts. Example H1, space, and so on. The text looses its formatting in
   the category
 *  [David Gwyer](https://wordpress.org/support/users/dgwyer/)
 * (@dgwyer)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/help-with-a-formatting-issue/#post-1676133)
 * Looks like the excerpts of the posts in the category view are bing stripped of
   formatting (i.e. html/css), this is quite common for themes to do this. You will
   need to edit your categories theme file and take a look there to correct the 
   formatting issue.
 *  Thread Starter [fkaf](https://wordpress.org/support/users/fkaf/)
 * (@fkaf)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/help-with-a-formatting-issue/#post-1676310)
 * Hmm
    I don`t know how to do that
 *  Thread Starter [fkaf](https://wordpress.org/support/users/fkaf/)
 * (@fkaf)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/help-with-a-formatting-issue/#post-1676311)
 * I don`t have a category template, but a archive
 *     ```
       <?php get_header(); ?>
   
       <div id="content" class="section">
       <?php arras_above_content() ?>
   
       <?php is_tag(); if ( have_posts() ) : ?>
       	<?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
   
       	<?php if ( is_category() ) : ?>
               <h1 class="home-title"><?php printf( __('%s ', 'arras'), single_cat_title() ) ?></h1>
           <?php elseif ( is_tag() ) : ?>
               <h1 class="home-title"><?php printf( __('%s Archive', 'arras'), single_tag_title() ) ?></h1>
           <?php elseif ( is_day() ) : ?>
               <h1 class="home-title"><?php printf( __('Archive for %s', 'arras'), get_the_time( __('F jS, Y', 'arras') ) ) ?></h1>
           <?php elseif ( is_month() ) : ?>
               <h1 class="home-title"><?php printf( __('Archive for %s', 'arras'), get_the_time( __('F, Y', 'arras') ) ) ?></h1>
           <?php elseif ( is_year() ) : ?>
               <h1 class="home-title"><?php printf( __('Archive for %s', 'arras'), get_the_time( __('Y', 'arras') ) ) ?></h1>
           <?php elseif ( is_author() ) : ?>
               <h1 class="home-title"><?php _e('Author Archive', 'arras') ?></h1>
           <?php else : ?>
               <h1 class="home-title"><?php _e('Archives', 'arras') ?></h1>
           <?php endif; ?>
   
       	<div id="archive-posts">
       	<?php arras_render_posts(null, arras_get_option('archive_display'), 'archive') ?>    
   
       	<?php if(function_exists('wp_pagenavi')) wp_pagenavi(); else { ?>
           	<div class="navigation clearfix">
       			<div class="floatright"><?php next_posts_link( __('&laquo; NEXT PAGE', 'arras') ) ?></div>
       			<div class="floatleft"><?php previous_posts_link( __('PREVIOUS PAGE &raquo;', 'arras') ) ?></div>
       		</div>
           <?php } ?>
       	</div><!-- #archive-posts -->
   
       <?php else : ?>
       	<?php arras_post_notfound() ?>
       <?php endif; ?>
   
       <?php arras_below_content() ?>
       </div><!-- #content -->
   
       <?php get_sidebar(); ?>
       <?php get_footer(); ?>
       ```
   
 *  Thread Starter [fkaf](https://wordpress.org/support/users/fkaf/)
 * (@fkaf)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/help-with-a-formatting-issue/#post-1676313)
 * I`d be happy if someone could help me out on this one. It must be a common problem?
 *  Thread Starter [fkaf](https://wordpress.org/support/users/fkaf/)
 * (@fkaf)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/help-with-a-formatting-issue/#post-1676318)
 * Why is it common to strip the formatting?
    I don`t understand this? In the categoreis
   all text and css is gone.
 *  [David Gwyer](https://wordpress.org/support/users/dgwyer/)
 * (@dgwyer)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/help-with-a-formatting-issue/#post-1676319)
 * See the first paragraph:
 * [http://codex.wordpress.org/Function_Reference/the_excerpt](http://codex.wordpress.org/Function_Reference/the_excerpt)
 *  Thread Starter [fkaf](https://wordpress.org/support/users/fkaf/)
 * (@fkaf)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/help-with-a-formatting-issue/#post-1676320)
 * Yes I know, but I can`t figure it out on the theme I uses. Arras
 *  [David Gwyer](https://wordpress.org/support/users/dgwyer/)
 * (@dgwyer)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/help-with-a-formatting-issue/#post-1676321)
 * Never used that theme, sorry. You may want to try posting in the themes forum
   for them specific queries.

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

The topic ‘Help with a formatting issue’ is closed to new replies.

## Tags

 * [category](https://wordpress.org/support/topic-tag/category/)
 * [formatting](https://wordpress.org/support/topic-tag/formatting/)
 * [single](https://wordpress.org/support/topic-tag/single/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 10 replies
 * 2 participants
 * Last reply from: [David Gwyer](https://wordpress.org/support/users/dgwyer/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/help-with-a-formatting-issue/#post-1676321)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
