Where might I add target=”_blank” for the Link posts to open in new window?
Thanks!
Hi LAHWebDesigns,
In your theme files open up includes>helper-post-format.php. Look for:
$current_post['title'] = "<a href='$link' rel='bookmark' title='".__('Link to:','avia_framework')." ".the_title_attribute('echo=0')."' >".get_the_title()."</a>";
change it to:
$current_post['title'] = "<a href='$link' rel='bookmark' title='".__('Link to:','avia_framework')." ".the_title_attribute('echo=0')."' target='_blank'>".get_the_title()."</a>";
Regards,
Devin
Thank you Devin. I LOVE this theme, very unique in it’s features, and the template builder is perfect.
Laura
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin