Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have added images to a post and each such image has an attachment post in Wordpress. On the attachment post I have previous/next links to navigate to previous/next attachments. For this, the function I used is previous_image_link() & next_image_link(). But Wordpress dont seem to offer a way to get the ID of the previous and next posts. I tried using get_previous_post(), get_next_post() but they return null (even after setting a global $post).

Bottom line: Is there a way to get the post IDs of previous and next attachment pages?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.