Make Links open in new page instead of parent page

Discussion in 'BusinessGrow One Page WordPress Theme' started by bayernsoftware, Mar 16, 2014.

  1. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    The optional link in the top menu (very top of page); Where php file can I modify so when user clicks link it opens in a new page?

    Also, same thing with Services circles, I'd like when use clicks on one of the for circles for it to open in new page.

    Also, same thing with recent blog sections, i'd like when user clicks for blog to open in new page.

    Thanks guys!
     
  2. rosy

    rosy Member

    Joined:
    Sep 17, 2012
    Messages:
    73
    Likes Received:
    2
    Hi again,
    Hope this helps out...
    I don't know if you've had any luck resolving this but I found a similar post for traffica at link:
    http://www.inkthemes.com/community/threads/open-slider-link-in-new-window.8672/

    so after lookin over the front-page.php I was able to make the services open in a new page by adding the
    TARGET="_blank" just before the href...

    this is the code that I changed to have services open in a new page:

    <li class="page_item"><a class='scrollSmint' id="services" target="_blank" href="#"><?php echo inkthemes_get_option('inkthemes_our_services_heading'); ?>​
     

Share This Page