Archived topic
complicated question about displaying content
3 replies · Started by Melissa on May 3, 2019
I have this idea about how I want to display my content and have no idea how I might implement it. I'm hoping that you can at least point me in the right direction?
I want to have my single post layouts contain:
1. the post
2. related posts (can be done with WP Show Posts)
3. (the hard part) links to galleries (Justified Image Grid) related to the post
I could make the galleries a custom post type, but how would I be able to link them to the post? Could I give them a category and use the post's category for the query?
What I mean to say is that I want to find the category of the current post and use that to query another post type.
I think.
Nevermind -- I figured it out!
Glad you got it working! :)