• Inbox
    Results 1 to 8 of 8

    Threaded View

    1. #1

      Specify no links on certain content

      I use Viglinks on a site. One of the things I like is that I am able to tell it to ignore certain areas and not place links in the content within that area. They have a class called 'nolinks' that allows me to do that.

      For example:
      Code:
      <h1 class='nolinks'>Whatever</h1>
      
      <p class='nolinks'>Some content</p>
      
      <div class='nolinks'>
        A lot of content.
      </div>
      Could you consider doing this also? I would like to see it in both the javascript for scripted sites and the plugin for WP sites.

      You might want to make the class a little less generic. Maybe something like 'noproslinks'

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts