Show all posts as thumbnails on the single-post

hi,
When I show a single-post I can make a previous post link and next post link in pinegrow.

But can I also make some query (loop) where I show all the posts belonging to the category I am in, so together with the single post.
Must be possible and must have been asked before I think.

Greetings!

Ok thanks to an older forum item I could make it like this which is the solution:

below where I show the single post I make another section/div and a loop:
The loop is then on that div and is like below:


and a bit more below in that action: the taxonomy with the slug of the term

I have this custom post type:


and then this taxonomy for this post type:

So, with that loop on the div, I can show for example a simple Post Featured Image - Smart

1 Like

p.s. this was the inspiration article :slight_smile: Display posts from a category in the Single.php - #5 by 24degrees