The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
12 views

Make a gallery become the default [closed]

My neighbor has a website that someone set up for him using WordPress. This site has 5 galleries. The main page, say, http://www.mysite.com/ shows a gallery for the home page. Currently the wrong ...
1
vote
1answer
373 views

How to remove title attribute from gallery links and images

I want to remove the title attribute from within the output of a [gallery] shortcode e.g. <a href="url" title="bobby"> <img src="url" title="bobby"/> </a> should be: ...
0
votes
1answer
542 views

conditional shortcode not working

I'm using a plugin, NextGEN gallery, to display photos. Each gallery from this plugin corresponds to a different sub-page, so I'm using conditional shortcodes to assign the right gallery to it's ...
1
vote
2answers
126 views

Howto accurately position images with maximum flexibility?

I got a request to develop the following design with Wordpress: http://imm.io/DLrl (design is pixelated by me for the purpose of privacy). As you can see there is a pretty random structure of image ...
2
votes
3answers
657 views

WordPress gallery 'post_gallery' filter doesn't work with feeds?

We can use the post_gallery filter to modify/replace the default WordPress gallery template (AKA output code) to suit our needs. But this doesn't seem to affect the markup in RSS feeds. No matter ...
0
votes
1answer
106 views

how to show last 5 images from the one post gallery

i want to get the 5 images of a one post gallery and show this random, example : [gallery id="123" orderby="rand" {numberpost=1 } or offset ? ] [gallery] codex tanks for help me.
0
votes
0answers
146 views

Change grid-gallery.js behaviour on homepage [closed]

I am working on a wordpress website, where I want to show this view as the homepage: http://pexetothemes.com/demos/photolux_wp/#1582 The script responsible is called grid-gallery.js ...
1
vote
1answer
98 views

conditional tags- how to use with shortcodes

I have a salon website with a gallery page wherein the user must first select a stylist prior to viewing their individual gallery. I planned on using NextGen to house the images in stylist specific ...
1
vote
0answers
58 views

NextGEN Gallery- using shortcode for different galleries on different pages [duplicate]

Possible Duplicate: conditional shortcode not working I have a salon website with a gallery page wherein the user must first select a stylist prior to viewing their individual gallery. I ...
0
votes
1answer
94 views

Generated WYSIWYG gallery with individual gallery_page templates

I am in the process of making my first theme, and have created the basic pages index.php, front_page.php, single.php and page.php, I also wanted to add a gallery template page. The idea being the ...
1
vote
1answer
457 views

Gallery shortcode - change link file image size? (not using default fullsize image)

I am using this for my gallery - <?php echo do_shortcode('[gallery size="gallery-thumb" link="file"]'); ?> and I am using the jquery fancyapps fancybox. But some full-size images that are in ...
1
vote
0answers
170 views

Align text left of image in this php script? [closed]

Ok so i am using this code, which allows me to upload photo's to a post and instead of inserting them myself, it calls all the photos attached to the post. Thus for placing all the photos in the post ...
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
1answer
72 views

Hierarchical gallery

I want several galleries, every gallery containing several images. What is the proper way to do this two-level structure? I'd make every element of each gallery a post.
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 ...
3
votes
1answer
154 views

how do i create a downloadable gallery with image descriptions?

I am creating an educational site for medical students using wordpress and would like to have an image gallery that displays a short description of each image and has a selection box beside it (as ...
0
votes
1answer
66 views

Any plugins that upload, resize, and display images?

Here is an ideal workflow for my situation: Upload a folder full of images Resize images according to a specified size Have the ability to organize these images into folders (collection1, ...
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 ...
1
vote
0answers
87 views

How to show private flickr group on a Wordpress site?

I have been trying to embed a flickr group within a Wordpress site for our camera club using a plugin such as slicker flickr or awesome flickr gallery. I have no problems with showing a set of ...
0
votes
1answer
2k views

Creating a gallery custom post type?

Hi I was wondering if it is possible to create a custom post type called "Gallery" where i only upload photos and ad captions and when i post it, it post as a gallery. Also when it shows on the ...
1
vote
1answer
71 views

Can anyone help me with galleries and post types?

Hi i'm opening a blog and i am using custom post types. I don't know if i'm doing this wrong or right. Check out wetpaint.com For example they have a page for every show that they cover, i don't ...
1
vote
2answers
391 views

Lightbox Effect Not Working

I followed the steps to create a lightbox gallery. The gallery is created, but does not open with the lightbox. It just opens as a post. Does anybody know the step I've missed? Here is the site in ...
0
votes
2answers
1k views

Using Jetpack carousel w/o creating a gallery

I want to use the Jetpack Carousel for all my posts without editing all of them. Is there a way to show pictures in the carousel even if they're not in a gallery?
0
votes
1answer
128 views

Gallery post images on homepage?

I have a post with image gallery, it has 10 images. Can I get the direct link to the images in the post, so that I can display first 5 images on the homepage?
0
votes
1answer
357 views

Is it possible to override the default Gallery Settings form?

I'm trying to change the options that are presented for the gallery settings. I can't seem to find a hook or override that gets exactly what I want. I came close with the following, but it only seems ...
0
votes
2answers
260 views

Seeking recommendations on Gallery plugins , specifically captioning thumbnails

I am looking for a gallery plugin that will display thumbnails on a page with captions beneath them, and still allow them to click through to fullsize images, preferably with a slideshow mode allowed. ...
0
votes
1answer
136 views

Gallery not displaying images when clicking on them

I've inserted a wordpress gallery in to my site (on a custom post type) using the editor. The code it's added is [gallery link="file"]. The gallery is displaying correctly, and when hovering over the ...
0
votes
1answer
75 views

What is the plugin to import image from URL?

How can i import image from specific URL to image gallery in Wordpress so that i can use it as a thumbnail for post? I search for a plugin.
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
0answers
91 views

How to use the WP export and get images that are contained in a posts gallery

I ran the standard wp Export on a single custom post type called products. I got all the custom fields and all that but each cpt has a standard post gallery. The link to the image is not coming ...
0
votes
1answer
142 views

Pagination between images (active/inactive)

I would like to add a check on the following piece of code that shows the arrows next/prev only if the next/prev image exists: <div class="gallery-image"> <p class="attachment"> ...
0
votes
0answers
14 views

How do keep caption from displaying on gallery short code? [duplicate]

Possible Duplicate: How to manually fix the WordPress gallery code using PHP in functions.php? I'm using the gallery shortcode and I put in display=none thinking that would keep the ...
2
votes
3answers
339 views

How can I show these pictures in two columns in my page?

This page is long and cumbersome. I am trying to find a plugin/hack that would put the images on this page in two columns to make it a bit easier to digest. Removing the <p> tags doesn't seem to ...
0
votes
2answers
1k views

How do I get gallery thumbnail URL and change the default thumbnail size?

when I create a gallery I get this code generated yet I can;t find out how <img width="150" height="150" src="http://localhost/wp2/wp-content/uploads/2012/06/28_0120-150x150.jpg" ...
0
votes
1answer
77 views

How to save media-form on custom tab

On my custom tab, I copied media-form from media_upload_gallery_form, only changed form id and action-url to reflect my tab's name. The form displayed as expected, but after click "Save All Changes", ...
0
votes
0answers
61 views

Photo Gallery & Slide show [closed]

i'm new in wordpress and want to add a photo slide show to my site in top of my posts { not in widgets } i tried many plugins like nexgen and . . . in nexgen http://nextgen-gallery.com/slideshow/ ...
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
2answers
523 views

Gallery Pagination by Row

I created a picture gallery at: http://ellenandjosh.com/?page_id=5. Currently, I have a loop that displays pagination after a certain number of images : http://pastebin.com/N6nRRUei. Normally this ...
0
votes
1answer
305 views

gallery shortcode exclude not working

I'm using this bit of code on single.php: $params='[gallery link="file" size="my_thumbnail_small" exclude="'.$featuredId.'"]'; $gallery = do_shortcode($params); echo $gallery; But nomatter what I ...
4
votes
1answer
323 views

What is the action hook for save media-form on gallery tab?

I want to save a meta data to post parent when the media-form on gallery tab is saved( The submission button is "Save All Changes"). Which action hook can I use?
0
votes
1answer
342 views

Can I remove an image from the Gallery without deleting it from the Media Library?

From what I've looked, I don't think is built-it. Is there a plugin that implements this feature or a workaround for this? Thanks
0
votes
1answer
646 views

How to Add a Custom Colum on Thickbox Media Gallery Tab?

On searching for a solution, I found the following codes to add col on media page: add_filter ( "manage_upload_columns", 'upload_columns' ); add_action ( "manage_media_custom_column", ...
3
votes
1answer
202 views

How do i link gallery thumbnails to different url's using the wp native gallery?

Is it possible to link each gallery thumbnail if i use the built in WordPress native gallery?
0
votes
1answer
24 views

what is name of this plugin used for photo gallery page [closed]

i need to now what is name of this plugin that's used for image gallery page in this site
0
votes
1answer
113 views

Excluding post thumbnail from the attachment.php when using wordpress gallery

I am looking for this answer everywhere and can't find it. I setuo the wordpress default gallery using the attachment page which shows next and previous photos. everything is working fine and I have a ...
0
votes
1answer
258 views

Single Image Gallery Post [closed]

I'm trying to edit my new theme and I got the following comments: Single image gallery post: image shifted in left side with footer Need next and previous image gallery link on single image gallery ...
1
vote
1answer
101 views

How to use photo in multiple posts?

I have a theme that shows images only from gallery tab (so i can't re-use an image to other posts). As you know an image can only get attached to 1 post. I found a plugin that you can attach an image ...
0
votes
1answer
37 views

How do I set the sizes of my thumbnails when inserting a [gallery]?

A really simple thing, yet my images are uploaded as about 500px wide, I have them selected as full size, yet when I use the [gallery] shortcode, it crops the thumbnails to 100w x 75h. This isn't ...
0
votes
1answer
302 views

Native gallery sorting is ignored

On my website, I recently got a quite strange problem. I used to upload images via the nextGen Plugin. But since with this plugin google doesn't seem to index my pictures, I wanted to switch back to ...

1 2 3 4 5 8