• I wanted to use descriptions as text link for good SEO, so I made a little hack in the plugin. (Version 2.7.1.1)

    I have changed the line 131 of if wp-bannerize_widget from this:

    if($row->use_description == “1”) $o .= ‘
    <span class=”description”>’.$row->description.'</span>’;

    to this:

    if($row->use_description == “1”) $o .= ‘
    <span class=”description”><a’ . $nofollow . $javascriptClickCounter . $new_link_class . ‘ ‘ . $target . ‘ href=”‘ . $row->url . ‘”>’ . $row->description . ‘</span>’;

    I hope, you like this little modification. 🙂

    http://wordpress.org/extend/plugins/wp-bannerize/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author gfazioli

    (@gfazioli)

    Hi, amazing! This could be a new feature for next release! Thanks for suggestion 😉

    regards
    GF

    Thread Starter bsdezign

    (@bsdezign)

    Hi,

    You are welcome. Anyway this plugin is fantasic. I couldn’t find better. I only missed the text link feature, because the search engine spiders don’t follow image links only text links and my websites help eachother by banner ads.

    With best regards, Tony

    Plugin Author gfazioli

    (@gfazioli)

    Hi bsdezign,
    download 2.7.6 release for this featured.

    regards
    GF

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Bannerize] Using Description as text link’ is closed to new replies.