Hi,
Can I remove the permalink title at the top of each portfolio item preview? Then, can I have the clickable image previews fill the square?
Thanks.
Hi,
Can I remove the permalink title at the top of each portfolio item preview? Then, can I have the clickable image previews fill the square?
Thanks.
Hello,
Go to your includes folder then open loop-portfolio.php. Find and remove this code.
echo "<a href='".get_permalink()."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".get_the_title()."'>".get_the_title()."</a>";
On Featured Images options you can either link to post, manually etc on your images.
Regards,
Ismael
Thanks Ismael, that gets rid of the title but is it possible to remove the white box and small hyphen all together?
Hi dacross68,
You can just remove that whole block then. In the same file as above, you'll remove:
echo "<h1 class='post-title portfolio-title'>";
echo "<span class='primary-background title-span'></span>";
echo "<a href='".get_permalink()."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".get_the_title()."'>".get_the_title()."</a>";
echo "</h1>";
Regards,
Devin
Just what I wanted
Thank you.
Hey,
Glad Devin could help.
Regards,
Ismael
This topic has been closed to new replies.