I'm using divi template, and I have sortable porftolio on homepage. I need to display tags of these under each one. I have tried to get_the_tags( id ) , get_the_tag_list() and et_the_term_list('tags', [id]) and everytime i get nothing back.
If I pass ID of any Post to these functions it works well, but it's not working on ID of Project.
Any ideas how can I display these project tags? :(