I have a custom post type named myalbums
, so the url to archive page is http://mysite/gallery
(I added 'rewrite' => ['slug' => 'gallery']
on it's creation).
So, I want to have an alternative URL like http://mysite/gallery/special
to see the same page but with a little filter. On one page you can see some albums and on the alternative you can see anothers.
How can I do this, and how can I know when user is on one of them?
PS. I use Timber Wordpress