Hi,
is it possible to disable the permanent links on the portfolio items menu? Or better yet, can I change the link? I want the menu to link to a page, like the thumbnail.
Thanks,
Anna
Hi,
is it possible to disable the permanent links on the portfolio items menu? Or better yet, can I change the link? I want the menu to link to a page, like the thumbnail.
Thanks,
Anna
Hi,
You can edit includes > loop-portfolio.php and find this code
echo "<a href='".get_permalink()."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".get_the_title()."'>".get_the_title()."</a>";
Replace it with
echo get_the_title();
Regards,
Ismael
You must log in to post.