Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26287

    Where might I add target=”_blank” for the Link posts to open in new window?

    Thanks!

    #129942

    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

    #129943

    Thank you Devin. I LOVE this theme, very unique in it’s features, and the template builder is perfect.

    Laura

    #129944

    Glad we could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Link Post Open in New Window’ is closed to new replies.