Title: Ciskut's Replies | WordPress.org

---

# Ciskut

  [  ](https://wordpress.org/support/users/ciskut/)

 *   [Profile](https://wordpress.org/support/users/ciskut/)
 *   [Topics Started](https://wordpress.org/support/users/ciskut/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ciskut/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ciskut/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ciskut/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ciskut/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ciskut/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twelve] How to Remove the double line at the bottom](https://wordpress.org/support/topic/how-to-remove-the-double-line-at-the-bottom/)
 *  Thread Starter [Ciskut](https://wordpress.org/support/users/ciskut/)
 * (@ciskut)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/how-to-remove-the-double-line-at-the-bottom/#post-8884786)
 * Hi Michael,
 * That worked, thank you for your help!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Imbalance theme – how to add an auto-generated text for subcategories](https://wordpress.org/support/topic/imbalance-theme-how-to-add-an-auto-generated-text-for-subcategories/)
 *  Thread Starter [Ciskut](https://wordpress.org/support/users/ciskut/)
 * (@ciskut)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/imbalance-theme-how-to-add-an-auto-generated-text-for-subcategories/#post-2785239)
 * If it helps, this is I think the code in archive.php creating the auto-generated
   text:
 * <?php get_header(); ?>
    <?php /* If this is a category archive */ if (is_category()){?
   > <<h1><?php printf(__(‘Archive for the ‘%s’ Category’), single_cat_title(”, 
   false)); ?></h1> <?php /* If this is a tag archive */ } elseif( is_tag() ) { ?
   > <h1″><?php printf(__(‘Posts Tagged ‘%s’’), single_tag_title(”, false) ); ?>
   </h1> <?php /* If this is a daily archive */ } elseif (is_day()) { ?> <h1><?php
   printf(_c(‘Archive for %s|Daily archive page’), get_the_time(__(‘F jS, Y’)));?
   ></h1> <?php /* If this is a monthly archive */ } elseif (is_month()) { ?> <h1
   ><?php printf(_c(‘Archive for %s|Monthly archive page’), get_the_time(__(‘F, 
   Y’))); ?></h1> <?php /* If this is a yearly archive */ } elseif (is_year()) {?
   > <h1><?php printf(_c(‘Archive for %s|Yearly archive page’), get_the_time(__(‘
   Y’))); ?></h1> <?php /* If this is an author archive */ } elseif (is_author()){?
   > <h1><?php _e(‘Author Archive’); ?></h1> <?php /* If this is a paged archive*/}
   elseif (isset($_GET[‘paged’]) && !empty($_GET[‘paged’])) { ?> <h1><?php _e(‘Blog
   Archives’); ?></h1> <?php } ?>
 * thanks in advance for the help
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Imbalance theme – how to add an auto-generated text for subcategories](https://wordpress.org/support/topic/imbalance-theme-how-to-add-an-auto-generated-text-for-subcategories/)
 *  Thread Starter [Ciskut](https://wordpress.org/support/users/ciskut/)
 * (@ciskut)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/imbalance-theme-how-to-add-an-auto-generated-text-for-subcategories/#post-2785230)
 * I can see it is generated in the archive.php

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