Title: New custom template issue!
Last modified: August 20, 2016

---

# New custom template issue!

 *  Resolved [Stergos](https://wordpress.org/support/users/stergos/)
 * (@stergos)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/new-custom-template-issue/)
 * Hi I am using a twenty eleven child theme and I am trying to create a new template.
   I follow everything describes [here](http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates)
   but the result I get is bad. The title and the sidebar is appear too low in the
   page.
    Take a look at this [image](http://i1014.photobucket.com/albums/af264/image231/template.png).
 * The code I use is:
 *     ```
       <?php
       /**
        * Template Name: example
        *
        * Selectable from a dropdown menu on the edit page screen.
        */
       ?>
   
       <?php get_header(); ?>
   
       		<div id="primary">
       			<div id="content">
                                       <?php the_post(); ?>
                                       <?php get_template_part( 'content', 'main' ); ?>
   
       				<?php comments_template( '', true ); ?>
   
       			</div><!-- #content -->
       		</div><!-- #primary -->
   
       <?php get_sidebar(); ?>
       <?php get_footer(); ?>
       ```
   
 * Please I need some advice, thanks in advance!!!

Viewing 1 replies (of 1 total)

 *  Thread Starter [Stergos](https://wordpress.org/support/users/stergos/)
 * (@stergos)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/new-custom-template-issue/#post-2440410)
 * Creating templates is supposed to be easy, I only need a clone of “Sidebar Template”
   on twenty eleven… Anyone please?

Viewing 1 replies (of 1 total)

The topic ‘New custom template issue!’ is closed to new replies.

## Tags

 * [template](https://wordpress.org/support/topic-tag/template/)
 * [twenty eleven](https://wordpress.org/support/topic-tag/twenty-eleven/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [Stergos](https://wordpress.org/support/users/stergos/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/new-custom-template-issue/#post-2440410)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
