Forums

[resolved] How Do I Display Gallery Images in Line with no Thumbnails (4 posts)

  1. lrbphoto
    Member
    Posted 2 years ago #

    I'm doing a WP site for a wedding photographer. Currently she's uploading all the images at once and then inserting them one at a time into her post. As you can see here:

    http://www.laurenbphoto.com/blog/2009/erin-and-rian-may-23rd-2009/

    I'm trying to figure out a way to get WP's Gallery feature to display all the images inline, rather than a display of thumbnails that link to attachment.php.

    Any thoughts or magic code that will do this?

    Thanks!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    I can't think of any way you can manipulate the existing gallery shortcode to remove the standard link. You could, however, create your own gallery shortcode within functions.php and then re-write the standard gallery to your own specifications. I've done that on every one of my themes to get around the problem of the gallery style being added to the page <body> instead of the <head>.

  3. lrbphoto
    Member
    Posted 2 years ago #

    Ah ha! I figured it out without having to mess with any of the code.

    Using the following gallery
    [gallery size="full" columns="1"]

    Gives you all the photos inline and full size. Now if I can just figure out how to get rid of the link...

  4. lrbphoto
    Member
    Posted 2 years ago #

    And this nice little plugin, Gallery Plus, expands all the options you need for Gallery

    http://wordpress.org/extend/plugins/gallery-plus/

    WordPress is Rad!

Topic Closed

This topic has been closed to new replies.

About this Topic