Title: Image post_content causes a timeout
Last modified: August 18, 2022

---

# Image post_content causes a timeout

 *  Resolved [reedenj](https://wordpress.org/support/users/reedenj/)
 * (@reedenj)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/image-post_content-causes-a-timeout/)
 * Hello,
    I’m trying to set up an image gallery with title, excerpt and content,
   and I’m unable to get the post_cotent for image to work. This is my code:
 *     ```
       [each IMG]
       	                 <div class="img-box">
       				{@IMG._img.large}
       				<div class="img-caption">
           				   <h5>{@post_title}</h5>
       				   <p>{@post_excerpt}</p>
       				   <p>{@post_content}</p>	
       				</div>
       			</div>
       	[/each]
       ```
   
 * It doesn’t matter if I output it as WP Gallery or not, as long as I have post_content
   there, it throws me a 524 timeout error.
 * Any idea what am I doing wrong?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Scott Kingsley Clark](https://wordpress.org/support/users/sc0ttkclark/)
 * (@sc0ttkclark)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/image-post_content-causes-a-timeout/#post-15929588)
 * Can you report this on our GitHub and provide further details including the package
   of the Pod/Template you are working with here?
 * [https://github.com/pods-framework/pods/issues/new?assignees=&labels=Type%3A+Bug&template=bug-report.yml](https://github.com/pods-framework/pods/issues/new?assignees=&labels=Type%3A+Bug&template=bug-report.yml)
 *  Plugin Author [Jory Hogeveen](https://wordpress.org/support/users/keraweb/)
 * (@keraweb)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/image-post_content-causes-a-timeout/#post-16238186)
 * Closing topic due to inactivity.
    Feel free to reach out if you still need help!
 * Cheers, Jory

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Image post_content causes a timeout’ is closed to new replies.

 * ![](https://ps.w.org/pods/assets/icon.svg?rev=3286397)
 * [Pods - Custom Content Types and Fields](https://wordpress.org/plugins/pods/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pods/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pods/)
 * [Active Topics](https://wordpress.org/support/plugin/pods/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pods/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pods/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Jory Hogeveen](https://wordpress.org/support/users/keraweb/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/image-post_content-causes-a-timeout/#post-16238186)
 * Status: resolved