• So with my blog i have a photo attachment page but it only shows to photo’s at a time, and those two photo’s are used as the navigation and i hate that.

    I want the attachment page to show all the photo’s that goes along with the rest of that set.

    Here is the current code

    <div id="nav-images" class="navigation clearfix">
                <div class="nav-next"><?php next_image_link() ?></div>
                <div class="nav-previous"><?php previous_image_link() ?></div>

    [Please post code or markup snippets between backticks or use the code button.]

    How do i change that to show all the post attachments?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘How do i show wordpress attachments from current post?’ is closed to new replies.