Results 1 to 2 of 2

Thread: Ads open in a new window

  1. #1
    Thread Starter
    Veteran weiching's Avatar
    Join Date
    Apr 2011
    Posts
    505
    Thanks
    85
    Thanked 43 Times in 38 Posts

    Ads open in a new window

    I refer to this article to modify: http://forums.appthemes.com/open-job...093/#post53486

    theme/loop-ad_listing.php

    Find
    Code:
    <h3><a href="<?php the_permalink(); ?>"><?php if ( mb_strlen( get_the_title() ) >= 75 ) echo mb_substr( get_the_title(), 0, 75 ).'...'; else the_title(); ?></a></h3>
    Replace
    Code:
    <h3><a href="<?php the_permalink(); ?>" target="_blank"><?php if ( mb_strlen( get_the_title() ) >= 75 ) echo mb_substr( get_the_title(), 0, 75 ).'...'; else the_title(); ?></a></h3>
    Have a role only in the title, how to click the image ads are a new window.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,696
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Make outbound homepage links open in a new window
    By Sam King in forum JobRoller General Discussion
    Replies: 10
    Last Post: March 31st, 2012, 03:41 PM
  2. How to change color in ads window?
    By alexcr26 in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: July 24th, 2011, 02:50 AM
  3. Disable featured ad window?
    By jakemelon in forum Help Using ClassiPress
    Replies: 3
    Last Post: April 7th, 2010, 08:26 PM