I want to custom my URL.
<a href="/2017/?post_type=issue_number"><?php the_title(); ?></a>
I want that the 2017 in URL is .
Some as this :
<a href="/<?php the_title(); ?>/?post_type=issue_number"><?php the_title(); ?></a>
It is possible??
Read more here: Make a URL + field