The page doesn’t load using {@post_content}
-
Hey,
I have a CPT created with Pods called CD and another one called Artist. They are related by a bidirectional field. So, when I used to use [each cds] in the Artist single auto-template, I could use {@post_content} normally.
But, now that I want to use [pods name=”cd” where=”artist.ID = ‘{@ID}'” orderby=”year.name ASC” template=”List of Cds”] to order the CDs by the year they were released, the page doesn’t load fully. It takes forever and just load the header of the page, not any content inside the single auto-template. If I take the {@post_content} out of the “List of Cds” template, it loads normally.
What’s going on? Does it have something to do with the hook (the_content) I use for the auto-template? Is there something I can do to keep using the {@post_content}?
- The topic ‘The page doesn’t load using {@post_content}’ is closed to new replies.