Title: rahulch's Replies | WordPress.org

---

# rahulch

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

 *   [Profile](https://wordpress.org/support/users/rahulch/)
 *   [Topics Started](https://wordpress.org/support/users/rahulch/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rahulch/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rahulch/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rahulch/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rahulch/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rahulch/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: [[Storefront] Change Additional Information Tab and Title](https://wordpress.org/support/topic/change-additional-information-tab-and-title/)
 *  [rahulch](https://wordpress.org/support/users/rahulch/)
 * (@rahulch)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/change-additional-information-tab-and-title/#post-6876700)
 * Thank you @FieldDraft I was also looking for a solution to this thing!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Storefront] Using custom php to add image to homepage only](https://wordpress.org/support/topic/theme-storefront-using-custom-php-to-add-image-to-homepage-only/)
 *  [rahulch](https://wordpress.org/support/users/rahulch/)
 * (@rahulch)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/theme-storefront-using-custom-php-to-add-image-to-homepage-only/#post-6860319)
 * Hello [@sajiddesigner](https://wordpress.org/support/users/sajiddesigner/),
 * I copied the code as given by you in functions.php at the bottom as you mentioned.
   Simply added my img link in between. But nothing changes on the home page.
    My
   guess is that a page qualifies as homepage or front page when you select ‘Homepage’
   under ‘Template’ option while adding new page in WordPress backend?
 *     ```
       function storefront_add_bottombar() {
       if(is_home()||is_front_page()){
       ?>
       <div id="strip">
       <div class="col-full">
       <img width="700" height="400" src="http://localhost/soulcurry/wp-content/uploads/2015/12/neosans_lc_left-indent_cropped.jpg" class="site-banner attachment-full" alt="Site Banner" data-size="full" itemprop="banner">
       </div>
       </div>
       <?php
        }
       }
       add_action( 'storefront_before_content', 'storefront_add_bottombar' );
       ```
   
 * Sorry can’t give any link to my site. It’s on localhost.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How can I shift secondary menu & reduce header in Storefront default theme?](https://wordpress.org/support/topic/how-can-i-shift-secondary-menu-reduce-header-in-storefront-default-theme/)
 *  Thread Starter [rahulch](https://wordpress.org/support/users/rahulch/)
 * (@rahulch)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/how-can-i-shift-secondary-menu-reduce-header-in-storefront-default-theme/#post-6860190)
 * [http://imgur.com/tsNXrSN](http://imgur.com/tsNXrSN)

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