Related posts suddenly stopped working
-
So I have a template made to show related post types called Meanings which are related to one another (a blue bird is related to blue is related to color, etc). It worked perfectly and one day just stopped! Can you see anything wrong with my setup?
The shortcode
[pods name="meaning" template="Related To Template" limit="5"]
The template
[each related_to] <div class="related-to-list"> <a href="{@permalink,esc_url}"> <div class="related-to-image"> <img src="{@esc_url}" class="related-to-image">{@post_thumbnail.50x50} </div> <div class="related-to-title">{@post_title} </div> </a> </div> [/each]
The page I need help with: [log in to see the link]
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Related posts suddenly stopped working’ is closed to new replies.