Hello,
I want to have an archive page on my website for a custom post type that I use. I think this is not directly supported by the X theme. So I downloaded the x-child theme (I use it for other customizations as well) and want to add a custom archive for my custom post type.
So I created a custom archive in my child theme the way it is described here:
However, this doesn’t seem to work for me. It doesn’t show any posts on my custom archive, only showing the “NOTHING TO SHOW RIGHT NOW” message. I checked what template is being used and it seems that the index.php is still used, instead of the custom archive page I used.
What could I be doing wrong?