Title: Input of
Last modified: August 30, 2016

---

# Input of

 *  [VeloCityRuhr](https://wordpress.org/support/users/velocityruhr/)
 * (@velocityruhr)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/input-of/)
 * Hi,
 * i have this template:
 *     ```
       <?php
       /**
        * Theme Page Section for our theme.
        *
        * @package ThemeGrill
        * @subpackage ColorMag
        * @since ColorMag 1.0
        */
       ?>
   
       <?php get_header(); ?>
   
          	<?php do_action( 'colormag_before_body_content' ); ?>
   
       	<div id="primary">
       		<div id="content" class="clearfix">
       			<?php while ( have_posts() ) : the_post(); ?>
       				<?php get_template_part( 'content', 'page' ); ?>
   
       				<?php
       					do_action( 'colormag_before_comments_template' );
       					// If comments are open or we have at least one comment, load up the comment template
       					if ( comments_open() || '0' != get_comments_number() )
       						comments_template();
       	      		do_action ( 'colormag_after_comments_template' );
       				?>
   
       			<?php endwhile; ?>
   
       		</div><!-- #content -->
       	</div><!-- #primary -->
   
       	<?php colormag_sidebar_select(); ?>
   
       	<?php do_action( 'colormag_after_body_content' ); ?>
   
       <?php get_footer(); ?>
       ```
   
 * The Subheader should be placed sub the title, but i don’t know where to write
   the <?php the_subheading(‘<i>’, ‘</i>’); ?>. In content-single.php i write it
   bevore the </header>.
 * Greets
 * [https://wordpress.org/plugins/subheading/](https://wordpress.org/plugins/subheading/)

The topic ‘Input of’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/subheading_f4f4f4.svg)
 * [SubHeading](https://wordpress.org/plugins/subheading/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/subheading/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/subheading/)
 * [Active Topics](https://wordpress.org/support/plugin/subheading/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/subheading/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/subheading/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [VeloCityRuhr](https://wordpress.org/support/users/velocityruhr/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/input-of/)
 * Status: not resolved