• Dear Friends,

    I am having a website which is on celebrities. I post pictures from latest events and those pictures in large quantity. Now I use Flexible Upload (with hack) to upload pictures. Its ok till there. I use attachment page to display full image. Now if i add pictures with “insert picture” it got inserted but permalinks of images remain “https://www.example.com/?attachment=12” , as per wp it should changed to “https://www.example.com/post-name/image-name” which is not working so might be hack limit.

    Currently I use [gallery] option which is there with wordpress by default. But with this option all the pictures posted on same page ( ex. I want to post 50 images , with [gallery] option all 50 images will posted on one page, i can’t use <!–nextpage–> option , also in one row only 3 images will be posted regardless the size of thumbnail.

    I want to post 4 pictures in one row which can be possible as i have enough space and 8 pictures on one page after which i want to separate the page ( like page 1, page 2) with <!–nextpage–>

    I would be nice if any one can throw which file i need to modify to access this settings,

    I not wrong i need to edit “gallery.js” file in which is there in “wordpress\wp-admin\js” but what i need to edit.

Viewing 1 replies (of 1 total)
  • Thread Starter Vivek Shah

    (@vivek-shah)

    Ok , I get half solution, I am able to use gallery with 4 columns.

    But still , don’t know how to limit the number of rows to 2.

    for Column solution, I use code

    [gallery columns="4"]

    while for row limit i am trying following code, Please some one expert can throw some light on this

    [gallery columns="4" rows="2"]

Viewing 1 replies (of 1 total)
  • The topic ‘Gallery display options’ is closed to new replies.