Title: taxonomy.php
Last modified: August 30, 2016

---

# taxonomy.php

 *  [alexduz](https://wordpress.org/support/users/alexduz/)
 * (@alexduz)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/taxonomyphp/)
 * Great theme! I really like it. Thank you.
    I want to make a taxonomy pages like
   the appearance of single.php(posts page). So I copy the content of single.php
   and past it in taxonomy.php.
 * taxonomy.php
 *     ```
       <?php get_header(); ?>
       <div id="primary" class="content-area col-lg-8 col-md-8 col-sm-12 col-xs-12">
         <main id="main" class="site-main" role="main">
   
         </main><!-- #main -->
       </div><!-- #primary -->
   
       <?php get_sidebar(); ?>
       <?php get_footer(); ?>
       ```
   
 * However, a header image appears on a taxonomy page.
    How can I make the appearance
   of taxonomy.php like a single.php(posts page)?

The topic ‘taxonomy.php’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/klean/1.26/screenshot.jpg)
 * Klean
 * [Support Threads](https://wordpress.org/support/theme/klean/)
 * [Active Topics](https://wordpress.org/support/theme/klean/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/klean/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/klean/reviews/)

## Tags

 * [taxonomy](https://wordpress.org/support/topic-tag/taxonomy/)

 * 0 replies
 * 1 participant
 * Last reply from: [alexduz](https://wordpress.org/support/users/alexduz/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/taxonomyphp/)
 * Status: not a support question