Hello cagdastakis, thanks for your quick reply
…yes I’ve created the single-cpt_profiles.php file (I mean, I’m still working on it).
But the fact is that I’d like to include the ul list I’ve posted above not inside the cpt template file, but in the homepage (and/or in a sidebar widget).
Something just like a news box section, with a list of news title + the category or the tag of each single news, but instead of the category/tag I’d like to link to the profile post
<ul>
<li>
<span><a href="link-2-cpt-profile-post">profile-name</a></span>
<h2><a href="link-2-regular-post">news-title</a></h2>
</li>
<li>
<span><a href="link-2-cpt-profile-post">profile-name</a></span>
<h2><a href="link-2-regular-post">news-title</a></h2>
</li>
<!--etc-->
</ul>