Would like to display list of candidates & its link
if any one click on the candidates it should land their CPT page
but I couldnt pull those candidate url
here is my code
{% set candi = {post_type: 'candidate', posts_per_page: 5} %}
{% set candidates = mb.get_posts( candi ) %}