Title: frontpage image options
Last modified: August 21, 2016

---

# frontpage image options

 *  [saveongolf](https://wordpress.org/support/users/saveongolf/)
 * (@saveongolf)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/frontpage-image-options/)
 * I want to add images to the static homepage/frontpage. (the ones that grow larger
   when you scroll over them. The home featured page images. But I don’t know how
   to do that AND not have the image appear on the page that the link goes to. Is
   there a way to not have the image on the landing page but still display on the
   frontpage?

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

 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/frontpage-image-options/#post-4162020)
 * Try:
 *     ```
       .tc-thumbnail.span4 {
         display: none;
       }
       ```
   
 * This will suppress the image on the Posts page, if that is what you meant?
 *  Thread Starter [saveongolf](https://wordpress.org/support/users/saveongolf/)
 * (@saveongolf)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/frontpage-image-options/#post-4162057)
 * thanks for your response. Is this the only way to do it though? Here is the site
   [Save On Golf](http://saveongolf.net/) ..not nearly done. If you click on the
   flame image for instance it takes you to the page, but I don’t want the flame
   displayed there. My question really is how do I get the flame image to show up
   on the main page and not on the landing page? Is that the only method to get 
   it there without suppressing the image on the landing page? I’d think there would
   be some way to change that image on one page without having to suppress images
   on another right? I mean is there an area like you change the main logo to change
   those images?
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/frontpage-image-options/#post-4162078)
 * Flame:
 *     ```
       .size-full.wp-image-61.alignleft {
         display: none;
       }
       ```
   
 * Open 24 hours:
 *     ```
       .alignnone.size-full.wp-image-68 {
         display: none;
       }
       ```
   
 * May be a smarter way, but that fixes those 2 images.
 *  Thread Starter [saveongolf](https://wordpress.org/support/users/saveongolf/)
 * (@saveongolf)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/frontpage-image-options/#post-4162087)
 * Thanks again for your quick response. Much appreciated. So I’m correct that there
   is no WYSIWYG way to upload that image? It has to be added to the landing page
   and then hidden? Seems like a bad way to do it.
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/frontpage-image-options/#post-4162126)
 * You’re correct.
 * If you think about it, the Theme is designed to satisfy the different needs of
   100,000’s of Users, so [@nikeo](https://wordpress.org/support/users/nikeo/) has
   to make judgements on features that are needed by the majority of Users. So Pareto’s
   80/20 rule applies, and your feature falls into the 20 I’m afraid!
 * But I think you’d be unlikely to find a Theme that exactly matches your needs,
   so these little compromises are the result. Unless you want to write your own
   Theme, or design against a blank template Theme (they exist), then the only alternative
   is find a more-suited Theme.
 *  Theme Author [presscustomizr](https://wordpress.org/support/users/nikeo/)
 * (@nikeo)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/frontpage-image-options/#post-4162128)
 * [@saveongolf](https://wordpress.org/support/users/saveongolf/), if you want the
   image of the featured page to be displayed on the front page but NOT inside the
   actual linked page, just define a featured image for this page and you are done!
   
   But I might miss something here. Cheers guys
 *  Thread Starter [saveongolf](https://wordpress.org/support/users/saveongolf/)
 * (@saveongolf)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/frontpage-image-options/#post-4162143)
 * Hey Nikeo. Where would I do that? in the images “folder”?
 *  [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/frontpage-image-options/#post-4162170)
 * No, in the page edit screen, bottom right.
 *  Thread Starter [saveongolf](https://wordpress.org/support/users/saveongolf/)
 * (@saveongolf)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/frontpage-image-options/#post-4162174)
 * what I think you’re both missing…unless I’m missing what you are saying…is that
   I don’t want the image on the page. I want it to appear on the bottom of the 
   frontpage. It seems the only way to add an image to the clickable images on the
   frontpage is to add it as a featured image on the interior page. Which in my 
   opinion is crazy. I have to assume there is some way to do this without going
   into the code? No? Elec.feet…I looked at what you are describing and it sets 
   the image for both the frontpage of the site and for the page you are featuring
   it on. I just want the image on the front page.
 *  [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/frontpage-image-options/#post-4162179)
 * > It seems the only way to add an image to the clickable images on the frontpage
   > is to add it as a featured image on the interior page. Which in my opinion 
   > is crazy.No?
 * Not really. You’re linking to that page. So it seems logical to link automatically
   to the featured image of that page. For me it’s just fine. No one’s complained
   about it so far, so I assume it’s good for others too. I don’t know enough about
   WordPress to comment on whether that’s how other themes work or not.
 * > Elec.feet…I looked at what you are describing and it sets the image for both
   > the frontpage of the site and for the page you are featuring it on.
 * Yes, that’s how the theme works.
 * > I just want the image on the front page.
 * Then you could try removing the featured pages section and add your own pictures
   instead.
 *  [acub](https://wordpress.org/support/users/acub/)
 * (@acub)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/frontpage-image-options/#post-4162183)
 * Saveongolf, let me see if I understood what you want. You selected a static page
   as your frontpage and want to add some images in the content and you want the
   same bubble effect on them without linking anywhere?
    If so, you need to put
 *     ```
       <div class="thumb-wrapper "><a class="round-div" href="#" onclick="return false;"></a>
       ```
   
 * before the <img /> tags and
 *     ```
       </div>
       ```
   
 * after it. They will have the bubble effect and not link anywhere. For pagination,
   you’ll need to wrap all the images inside a .row and use .span# and .offset# 
   classes. See Boostrap [documentation](http://getbootstrap.com/2.3.2/scaffolding.html).

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

The topic ‘frontpage image options’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

 * 11 replies
 * 5 participants
 * Last reply from: [acub](https://wordpress.org/support/users/acub/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/frontpage-image-options/#post-4162183)
 * Status: not resolved