Results 1 to 8 of 8
Threaded View
-
06-08-2012 07:50 PM #1Member
- Join Date
- Dec 2011
- Posts
- 44
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:
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.Code:<h1 class='nolinks'>Whatever</h1> <p class='nolinks'>Some content</p> <div class='nolinks'> A lot of content. </div>
You might want to make the class a little less generic. Maybe something like 'noproslinks'

Reply With Quote