Title: Kaplaink's Replies | WordPress.org

---

# Kaplaink

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to insert text in the top right hand corner of the header?](https://wordpress.org/support/topic/how-to-insert-text-in-the-top-right-hand-corner-of-the-header/)
 *  Thread Starter [Kaplaink](https://wordpress.org/support/users/kaplaink/)
 * (@kaplaink)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-insert-text-in-the-top-right-hand-corner-of-the-header/#post-4511912)
 * it’s called ms corporate
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to insert text in the top right hand corner of the header?](https://wordpress.org/support/topic/how-to-insert-text-in-the-top-right-hand-corner-of-the-header/)
 *  Thread Starter [Kaplaink](https://wordpress.org/support/users/kaplaink/)
 * (@kaplaink)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-insert-text-in-the-top-right-hand-corner-of-the-header/#post-4511906)
 * sorry for being ..well stupid, but can you explain where exactly I can insert
   the text, please?
 * Here is the code from the header:
 *     ```
       <!DOCTYPE html>
       <html class="no-js<?php mh_html_class(); ?>" <?php language_attributes(); mh_html_tag(); ?>>
       <head>
       <meta charset="<?php bloginfo('charset'); ?>">
       <title><?php wp_title('|', true, 'right'); ?></title>
       <?php wp_head(); ?>
       </head>
       <body id="<?php mh_body_id(); ?>" <?php body_class(); ?>>
       <?php if (is_active_sidebar('header')) { ?>
       <aside class="header-widget">
       	<?php dynamic_sidebar('header'); ?>
       </aside>
       <?php } ?>
       <div class="container <?php mh_container_class(); ?>">
       <div class="wrapper-corporate">
       <?php mh_before_header(); ?>
       <header class="header-wrap">
       	<?php if (has_nav_menu('header_nav')) { ?>
       	<nav class="header-nav clearfix">
       		<?php wp_nav_menu(array('theme_location' => 'header_nav', 'fallback_cb' => '')); ?>
       	</nav>
       	<?php } ?>
       	<?php mh_logo(); ?>
       	<nav class="main-nav clearfix">
       		<?php wp_nav_menu(array('theme_location' => 'main_nav')); ?>
       	</nav>
       </header>
       <?php mh_after_header(); ?>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Featured image & Excerpt ..how do you do it!! :)](https://wordpress.org/support/topic/featured-image-excerpt-how-do-you-do-it/)
 *  Thread Starter [Kaplaink](https://wordpress.org/support/users/kaplaink/)
 * (@kaplaink)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/featured-image-excerpt-how-do-you-do-it/#post-4308988)
 * I tried to change the code as you’ve given but the result was it removed all 
   images for the post listings on the category page and continued to show the posts
   in full length.
 * I have learned that each of the 3 sub menus [on my site](http://www.wuyesouxunzhe.com/)
   for Main Menu 2 & 3 are actually posts (working as sub menus)i.e.
 * **Main Menu 1** (Home)
    **Main Menu 2** (Category) – Sub Menu 1 is a post – Sub
   Menu 2 is a post – Sub Menu 3 is a post
 * **Main Menu 3** (Category)
    – Sub Menu 1 is a post – Sub Menu 2 is a post – Sub
   Menu 3 is a post
 * All I want to do is to show excerpt plus thumbnail of the 3 sub menus (posts)
   on their Category page.
 * Please help 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Featured image & Excerpt ..how do you do it!! :)](https://wordpress.org/support/topic/featured-image-excerpt-how-do-you-do-it/)
 *  Thread Starter [Kaplaink](https://wordpress.org/support/users/kaplaink/)
 * (@kaplaink)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/featured-image-excerpt-how-do-you-do-it/#post-4308967)
 * Hey alchymyth,
 * Wouldn’t I need to do all of the steps mentioned in order to accomplish it all?
   
   If you [take a look here](http://www.click-gibraltar.com/food/), this kid of 
   alignment and standard look is what I I’d really like to achieve ([or alternatively here](http://www.click-gibraltar.com/food-drinks/food-articles/))
 * Display excerpt for Category Archive – but isn’t this part of the problem, that
   I haven’t set any Category Page to be the a Category Archive Page?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Featured image & Excerpt ..how do you do it!! :)](https://wordpress.org/support/topic/featured-image-excerpt-how-do-you-do-it/)
 *  Thread Starter [Kaplaink](https://wordpress.org/support/users/kaplaink/)
 * (@kaplaink)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/featured-image-excerpt-how-do-you-do-it/#post-4308882)
 * Sorry, but thanks for taking the time to inform me.
 * I’m using TwentyTwelve Version 1.2
 * [Here is an example](http://www.wuyesouxunzhe.com/) of what I’m trying to avoid(
   sorry it’s in Chinese). If you click the 3rd top menu from the left (has 3 sub
   menus) – you will see that in this pages it will show all the articles that belong
   to the 3 sub categories in their full length and image size.
 * I Would like them to be shown with a fixed sized Thumbnail image and excerpt.
 * How can I achieve that?
 * (if you view with Google Translate it will translate the 3rd menu to Life Information
   and the 3 sub menus as Spanish Culure, Spanish Cusine, Andalusia Golf)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Skyscraper Banners that works!](https://wordpress.org/support/topic/skyscraper-banners-that-works/)
 *  Thread Starter [Kaplaink](https://wordpress.org/support/users/kaplaink/)
 * (@kaplaink)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/skyscraper-banners-that-works/#post-4144613)
 * So many of you guys are using it, please share th knowledge. Any guidance is 
   appreciated!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Skyscraper Banners that works!](https://wordpress.org/support/topic/skyscraper-banners-that-works/)
 *  Thread Starter [Kaplaink](https://wordpress.org/support/users/kaplaink/)
 * (@kaplaink)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/skyscraper-banners-that-works/#post-4144339)
 * huh, I’m not familiar with that, please explain it as if you’re speaking to a
   12 year old 🙂
 * We are using genesis new child theme
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [why Posts Page shows frontpage content?](https://wordpress.org/support/topic/why-posts-page-shows-frontpage-content/)
 *  Thread Starter [Kaplaink](https://wordpress.org/support/users/kaplaink/)
 * (@kaplaink)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/why-posts-page-shows-frontpage-content/#post-3970257)
 * The blog roll picks up all my content, not just what I have assigned to it.
 * I suspect this is happening as I have selected the blog category as the Posts
   Page (blogroll) in the Reading Settings under Front Page Displays.
 * The site is this wuyesouxunzhe.com (use google trans please) but I’ve had to 
   disable the blogroll and just have it as a category (as it picked up all content)
 * I guess I just need some help to create a blogroll that only picks up content
   assigned to it (while using a static front page for other content)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to twentytwelve wide frontpage image?](https://wordpress.org/support/topic/how-to-twentytwelve-wide-frontpage-image/)
 *  Thread Starter [Kaplaink](https://wordpress.org/support/users/kaplaink/)
 * (@kaplaink)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-to-twentytwelve-wide-frontpage-image/#post-3911276)
 * Sorry I was stupid. I just had to insert a header image. That did the job, lol.
 * I thought the header image was going to be inserted above the menus and not below.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to twentytwelve wide frontpage image?](https://wordpress.org/support/topic/how-to-twentytwelve-wide-frontpage-image/)
 *  Thread Starter [Kaplaink](https://wordpress.org/support/users/kaplaink/)
 * (@kaplaink)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/how-to-twentytwelve-wide-frontpage-image/#post-3911216)
 * I’m struggling guys! please help 🙂
 * I have installed firrbug and when hovering over the sidebar area I can see it
   belongs to the secondary widgit (last line) in below html.
 * My question is, where do I find this in my php files and what should I amend 
   to actually move it down?
 *     ```
       <body class="home page page-id-346 page-template-default custom-background styles custom-font-enabled single-author">
       <iframe id="WEIBO_STK_LOGIN_IFRAME" name="WEIBO_STK_LOGIN_IFRAME" src="http://widget.weibo.com/public/login_Proxy.html" style="display: none;">
       <div style="position: absolute;">
       <iframe id="sina_anywhere_iframe" style="display: none;">
       <div id="_GPL_e6a00_parent_div" style="position: absolute; top: 0px; left: 0px; width: 1px; height: 1px; z-index: 2147483647;">
       <div id="page" class="hfeed site">
       <header id="masthead" class="site-header" role="banner">
       <div id="main" class="wrapper">
       <div id="primary" class="site-content">
       <div id="secondary" class="widget-area" role="complementary">
       ```
   
 * _[Please post code & markup between backticks or use the code button. Your posted
   code may now have been permanently damaged by the forum’s parser.]_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to twentytwelve wide frontpage image?](https://wordpress.org/support/topic/how-to-twentytwelve-wide-frontpage-image/)
 *  Thread Starter [Kaplaink](https://wordpress.org/support/users/kaplaink/)
 * (@kaplaink)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/how-to-twentytwelve-wide-frontpage-image/#post-3911161)
 * Dammit 🙂 I thought this would be a simple change of some dimension in a couple
   of templates, as I see quite a few twenty twelve sites using this full width 
   image and with text and widget below
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to twentytwelve wide frontpage image?](https://wordpress.org/support/topic/how-to-twentytwelve-wide-frontpage-image/)
 *  Thread Starter [Kaplaink](https://wordpress.org/support/users/kaplaink/)
 * (@kaplaink)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/how-to-twentytwelve-wide-frontpage-image/#post-3911159)
 * sorry to be thick-headed but can you advice in a bit more details (please)?
 * Do you know where exactly it is I need to change it?
 * Also what about widget are, don’t I need to specify that this area should be “
   moved down”?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to twentytwelve wide frontpage image?](https://wordpress.org/support/topic/how-to-twentytwelve-wide-frontpage-image/)
 *  Thread Starter [Kaplaink](https://wordpress.org/support/users/kaplaink/)
 * (@kaplaink)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/how-to-twentytwelve-wide-frontpage-image/#post-3911150)
 * (I’m so happy someone replied!)
 * I have already created a twenty twelve child theme folder that works.
 * What I wish to achieve is this: [http://inspiredm.com/wp-content/uploads/2013/02/2-Header-Image.jpg](http://inspiredm.com/wp-content/uploads/2013/02/2-Header-Image.jpg)
   
   I.e. widen the main image on my home page > and have the text area and side widget
   start immediately below.
 * This is my page, where the image is not able to expand across as it’s “blocked”
   by the side widget [http://www.wuyesouxunzhe.com/](http://www.wuyesouxunzhe.com/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twelve] Full width header image gets blurry](https://wordpress.org/support/topic/full-width-header-image-gets-blurry/)
 *  [Kaplaink](https://wordpress.org/support/users/kaplaink/)
 * (@kaplaink)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/full-width-header-image-gets-blurry/#post-3870674)
 * Sorry to juump in, but my question is related.
 * I’m very interested in extending my frontpage image all the way across and push
   down the the sidebar.
 * [@webalfen](https://wordpress.org/support/users/webalfen/) it looks like you 
   have done exactly what I’m looking for. What child-theme have you used to achieve
   this wide image that pushes down the side bar (and how)?
    (lækkert billede iøv.
   🙂
 * I have not yet installed a child-theme (i am completely new to WP and website
   creation) – and running on the pure twenty twelve, as you can see: [](http://www.wuyesouxunzhe.com/)
 * Thanks in advance!

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