Title: FirstProgramming's Replies | WordPress.org

---

# FirstProgramming

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Eleven (Modified) – Excerpt/Preview Image except First Post Issue](https://wordpress.org/support/topic/twenty-eleven-modified-excerptpreview-image-except-first-post-issue/)
 *  Thread Starter [FirstProgramming](https://wordpress.org/support/users/firstprogramming/)
 * (@firstprogramming)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/twenty-eleven-modified-excerptpreview-image-except-first-post-issue/#post-4301851)
 * That is the code that I used to create it. I want it to exclude applying the 
   featured images to ‘the_content()’, not the the_excerpt().
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Eleven (Modified) – Excerpt/Preview Image except First Post Issue](https://wordpress.org/support/topic/twenty-eleven-modified-excerptpreview-image-except-first-post-issue/)
 *  Thread Starter [FirstProgramming](https://wordpress.org/support/users/firstprogramming/)
 * (@firstprogramming)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/twenty-eleven-modified-excerptpreview-image-except-first-post-issue/#post-4301850)
 *     ```
       <?php if ( is_search() | is_home() ) : // Edit this to show excerpts in other areas of the theme?>
           <div class="entry-summary">
           <!-- This adds the post thumbnail/featured image -->
               <div class="excerpt-thumb"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark">
           <?php the_post_thumbnail('excerpt-thumbnail', 'class=alignleft'); ?></a></div>
                             <?php  if($wp_query->current_post == 0 && !is_paged()) { the_content(); } else { the_excerpt(); }     ?>                     
   
                   </div><!-- .entry-summary -->
                   <?php else : ?>
                   <div class="entry-content">
                           <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
                           <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
                   </div><!-- .entry-content -->
                   <?php endif; ?>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: TwentyEleven] Broken Header using IE, but not other browsers](https://wordpress.org/support/topic/theme-twentyeleven-broken-header-using-ie-but-not-other-browsers/)
 *  Thread Starter [FirstProgramming](https://wordpress.org/support/users/firstprogramming/)
 * (@firstprogramming)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/theme-twentyeleven-broken-header-using-ie-but-not-other-browsers/#post-4261530)
 * Here.
 * [http://pastebin.com/5p3W1HGs](http://pastebin.com/5p3W1HGs)
 * I gutted the old header and inserted my new code inside.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: TwentyEleven] Broken Header using IE, but not other browsers](https://wordpress.org/support/topic/theme-twentyeleven-broken-header-using-ie-but-not-other-browsers/)
 *  Thread Starter [FirstProgramming](https://wordpress.org/support/users/firstprogramming/)
 * (@firstprogramming)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/theme-twentyeleven-broken-header-using-ie-but-not-other-browsers/#post-4261513)
 * Hi,
 * I ripped out the original twenty-eleven theme, and replaced it with my own custom
   header. It’s in the <head> tags in the source code. It works for chrome, but 
   fails in IE.
 * What is the element that is doing that?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help With Centering My Header](https://wordpress.org/support/topic/help-with-centering-my-header/)
 *  Thread Starter [FirstProgramming](https://wordpress.org/support/users/firstprogramming/)
 * (@firstprogramming)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/help-with-centering-my-header/#post-4237314)
 * Is there anything I could do to squish the right side? I checked other browsers,
   and it does the same thing.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help With Centering My Header](https://wordpress.org/support/topic/help-with-centering-my-header/)
 *  Thread Starter [FirstProgramming](https://wordpress.org/support/users/firstprogramming/)
 * (@firstprogramming)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/help-with-centering-my-header/#post-4237313)
 * Hi,
 * The issue is on the right side [here](http://i41.tinypic.com/aotfg3.png). I marked
   it in red. The right side is leaning over the actual ‘blog’. That is why the 
   left side looks blank.
 * It could be one of the values that I input.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: TwentyEleven] Re-centering the header](https://wordpress.org/support/topic/theme-twentyeleven-re-centering-the-header/)
 *  Thread Starter [FirstProgramming](https://wordpress.org/support/users/firstprogramming/)
 * (@firstprogramming)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/theme-twentyeleven-re-centering-the-header/#post-4242912)
 * Note to mods
    **I understand that there is a previous post, but it wasn’t descriptive
   enough, so I marked it as solved. I double posed previously because I realized
   that I did not put the theme name on the first post, and the forum does not allow
   me to edit my posts. The second posts got responses, and then that one was deleted.
 * Sorry for the inconvenience.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help With Centering My Header](https://wordpress.org/support/topic/help-with-centering-my-header/)
 *  Thread Starter [FirstProgramming](https://wordpress.org/support/users/firstprogramming/)
 * (@firstprogramming)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/help-with-centering-my-header/#post-4237311)
 * I will repost. I tried to repost previously as this post wasn’t descriptive, 
   and the moderator didn’t understand.

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