How do I remove the hyperlink on the portfolio titles?
Remove hyperlink on Portfolio titles
2 posts from 2 voices-
Posted 1 year ago #
-
Open up includes/loop-portfolio.php and replace following code:
echo "<a href='".get_permalink()."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".get_the_title()."'>".get_the_title()."</a>";with
echo get_the_title();Posted 1 year ago #
Reply
You must log in to post.














