Tagged Questions
0
votes
0answers
10 views
Calling Images from a Gallery when Post is Clicked
http://acesystech.com/edge/
Im wanting to do something simlar to this, where the customer can click a project and see a scrolling images block of the images, however i want to do i with like click ...
0
votes
0answers
13 views
standard wpGallery for post won't work
I'm trying to get the standard wpGallery running in my post.
I followed this tutorial.
But I ain't get it working.
This is what my editor shows while editing a page:
http://i39.tinypic.com/6ivi1z.png
...
8
votes
1answer
145 views
ZIP up all images displayed in a [gallery] and offer as download link
I would like to offer my visitors the option to download the entire photo gallery (displayed on dedicated [gallery] pages) as a ZIP file displayed at the bottom of each gallery page. - The full-sized ...
0
votes
1answer
252 views
How to get the next and previous image title from attachment or gallery?
I'm trying to build a slider exactly like http://goo.gl/A7WtZ in wordpress. I have managed to make the slider work except the next/prev button. I need to get the next image title and the previous ...
1
vote
1answer
93 views
posts_per_page option limits the number of Gallery items
I have noticed that if I have a query where posts_per_page are set to 4, any (image) gallery that belongs to one of those posts will too have only 4 items (although when I create the gallery from Add ...
0
votes
2answers
124 views
Wordpress as CMS: How to manage/handle images assigned to a post as full-sized background images in a slideshow?
I wonder if Wordpress is the best CMS or solution for what I wannt to do?
I need to find some way to upload images to a post that I can loop as background images. Just like I can upload multiple ...
1
vote
1answer
154 views
How do I change the gallery that is inserted in the post?
When I insert a gallery to a blog post using the [gallery] shortcode or simply the insert media button I get a default structured gallery in my blog through the_content();
However the gallery comes ...
1
vote
1answer
28 views
plugin to post from admin to flickr [closed]
I'm looking for a plgin which allows the admins to post to flickr directly from the admin panel when posting.
I saw this and thought it would work but seems to only 'get' images not 'post' them
...
1
vote
2answers
2k views
Get image from post's gallery
Is there any possibility on Wordpress to get an image from a post gallery?
Images are not inserted in the post, are on it's gallery.
I'm trying to do a "galleries index" page and instead having the ...
0
votes
1answer
53 views
Multiple post back-to-back display only one gallery
I have 3 post, post1=text, post2=text and gallery1, post3, text and galery2
I like to list ALL the post from one category, and the result is all the data get out, but the gallery associated with the ...
5
votes
1answer
978 views
Add existing images from Media Library in to custom gallery
I have [gallery] inside the post, and I'm interested in a way to add already existing images from media library in to this gallery? once I trying add any image I have only one option - insert into ...
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.
...
1
vote
2answers
267 views
Should a photo gallery be in a post or on a page?
I'm in the process of converting a legacy website (i.e., one that I programmed from scratch) into WordPress. The contents are mostly blog postings. I'm trying to figure out what to do with the ...
9
votes
2answers
2k views
Turn a URL into an Attachment / Post ID
Is there any way I can take a URL of an image and find the attachment or post id of that image in the database?
Here is the situation:
I'm in a loop going over all the 'img' tags that are surrounded ...
3
votes
1answer
2k views
Can I load posts via Ajax?
I would like to make a portfolio page where each entry (a post) would be fetched using Ajax.
This way I would have an image gallery, but in which I not only would have images but also the ...