Home › Forums › Support › Thumbnail on home page › Reply To: Thumbnail on home page
April 5, 2016 at 8:47 am
#184398
I see what you’re saying but just to be clear:
At the moment, based on the method we agreed on a while back, I have this css
.page .thumbnail-image,
.single .thumbnail-image {
display: none;
}
.archive .full-image,
.blog .full-image {
display: none;
}
As an example here is the html from an existing page:
<a href="http://loveitphotography.uk/images-from-rome-march-2016/">
<img class="thumbnail-image alignleft"
src="http://loveitphotography.uk/wp-content/uploads/
Rome-March-2016-0938-300x200.jpg" alt="St Peter's Basilica
from Castel Sant'Angelo" width="300" height="200" /></a>
<div class="full-image">
[justified_image_grid preset=c1 row_height=300
height_deviation=300 orderby=menu_order
lightbox_max_size=large image_tags=rome]</div>
<div></div>
<!--more-->
The small image is shown on the home page but NOT in the post itself
If I remove <!–more–> the small image is NOT shown in the home page.
I have a number of posts using this system.
Is there a way to keep this system but show the small image on the hom page without having <!–more–> in the post?
-
This reply was modified 7 years, 5 months ago by
Tony.
-
This reply was modified 7 years, 5 months ago by
Tony.
-
This reply was modified 7 years, 5 months ago by
Tony.