Tagged Questions
0
votes
1answer
41 views
How to display original unmodified thumbnail
I have uploaded a few images that are being used as thumbnails. I cropped them within WordPress to be square and focus on the subject of the image. I have also got a slider that is rectangular and ...
0
votes
2answers
133 views
Photo gallery with Featured Images
First, I need to ask if it's possible to create a photo gallery only with the featured images of the latest 6 posts? I assume it is possible but just want to make sure.
I don't have much experience ...
1
vote
3answers
166 views
Exclude featured image from gallery in wp-admin
Is there a way to prevent the featured image from even showing up in a post's gallery?
e.g. when editing the gallery in the admin for a post, the featured image isn't there.
0
votes
2answers
139 views
My Gallery Photos are showing in the post's excerpts
I just can't win with this project! All of a sudden, each post's gallery photos are showing up in the excerpt/preview of the post. Each post has a gallery of images that should only be visible on the ...
2
votes
2answers
649 views
Cropped featured image replaces original image in gallery
Firstly, I have done my research as thoroughly as I possibly can. Searches have been made, but I have not found any advice or solution as to my exact issue.
Ok, time to explain.
Currently I am ...
1
vote
2answers
3k views
Displaying a featured image (only img url) as the img src?
I have the following code:
if (themedy_get_option('product_gallery')) { add_action('genesis_post_content', 'themedy_product_images', 1); }
function themedy_product_images() { ?>
<?php
...
0
votes
1answer
2k views
How do I display the featured image from an image gallery using a reference in code? (example within)
I've been trying to get the featured image of a post to be displayed outside of the loop for all the image thumbnails. That way, the featured image (of a product) is displayed in large and the ...
1
vote
1answer
637 views
Exclude featured image from gallery code stops Lightbox from working
I was looking for a solution to exclude the featured image/thumbnail in each post, so I found this great piece of code and added it to functions.php. It worked perfectly except for one thing: it ...
3
votes
2answers
259 views
PHP/Manual use of images? - 2 Questions
I've made a quick PHP script/page that uses the wp_insert_post() function to insert a post directly. And this works great. The post I am manually adding has an image in it, so I firstly ...
0
votes
1answer
732 views
Get all images from posts with maximum number and without featured image
I recently asked a question on how to get all images from all posts - and I got a working answer, but unfortunately the code gets post-thumnbnails as well, and I didn't find a way to limit the number ...
0
votes
1answer
100 views
Picture inserted in the post not showing in “Gallery”
I have some posts in which I inserted the picture manually (before migrating to Worpdress)
<img src="http://www.example.com/images/2010/quand-l-inde-compte-ses-habitants,M35788.jpg" border="0" ...
0
votes
1answer
103 views
Getting top Image From the Gallery and printing out a thumbnail with Exact Dimensions
I'm looking for a plugin that pulls an Image from a Wordpress Posts Gallery (Note NOT the Featured Thumbnail, we have thousands of posts and can't retroactively go back and set a Featured image for ...
0
votes
1answer
282 views
attach several images to post + gallery
i'm wondering if its possible to attach several images to a post then display those images in a thumbnail/fading gallery?
By the way, the images should also be resized to a fixed size + thumbnail.
...
3
votes
2answers
400 views
how to test for attached image
I am trying to find out whether or not a post has images. If it does, I then want to know if a featured image was specified for the thumbnail - if not, the get_thumb() function will assign an image ...