Title: [Plugin: SEO Auto Linker] HTML Code Highlighted
Last modified: August 20, 2016

---

# [Plugin: SEO Auto Linker] HTML Code Highlighted

 *  Resolved [strikeengine](https://wordpress.org/support/users/strikeengine/)
 * (@strikeengine)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-seo-auto-linker-html-code-highlighted/)
 * I found that it can make the html code used in widgets like Post Layout into 
   a link also.
 * [http://wordpress.org/extend/plugins/seo-auto-linker/](http://wordpress.org/extend/plugins/seo-auto-linker/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [chrisguitarguy](https://wordpress.org/support/users/chrisguitarguy/)
 * (@chrisguitarguy)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-seo-auto-linker-html-code-highlighted/#post-2268926)
 * Can you give an example? Is the Post Layout widget a plugin?
 * SEO Auto Linker works by hooking into `the_content` filter, so any other plugins
   that use the `<?php the_content(); ?>` template tag are going to have their content
   linked.
 *  Thread Starter [strikeengine](https://wordpress.org/support/users/strikeengine/)
 * (@strikeengine)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-seo-auto-linker-html-code-highlighted/#post-2269104)
 * Hi
 * Yeah, post layout is a plug in. I use it to put Amazon adds at the bottom of 
   posts and pages. The word I used was nos (Nitrous Oxide) and it comes up with
   <**NOS**CRIPT> . The HTML becomes visible.
 *  Plugin Author [chrisguitarguy](https://wordpress.org/support/users/chrisguitarguy/)
 * (@chrisguitarguy)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-seo-auto-linker-html-code-highlighted/#post-2269105)
 * Ah, gotcha.
 * Try this:
    -Open up the plugin folder on ftp or something similar (or on your
   local development environment). -Replace `includes/front.php` with this [https://gist.github.com/1180831](https://gist.github.com/1180831)
 * Alternatively, you could just change this line in `includes/front.php`
    `add_filter('
   the_content', array( &$this, 'content' ), 99, 1 );` to this: `add_filter( 'the_content',
   array( &$this, 'content' ), 1, 1 );`
 * That’s going to add the links very early, before anything else has a chance to
   add stuff to `the_content`. I suspect your issue is just a conflict with the 
   two plugins hooking into the same thing.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: SEO Auto Linker] HTML Code Highlighted’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/seo-auto-linker.svg)
 * [SEO Auto Linker](https://wordpress.org/plugins/seo-auto-linker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/seo-auto-linker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/seo-auto-linker/)
 * [Active Topics](https://wordpress.org/support/plugin/seo-auto-linker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/seo-auto-linker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/seo-auto-linker/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [chrisguitarguy](https://wordpress.org/support/users/chrisguitarguy/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-seo-auto-linker-html-code-highlighted/#post-2269105)
 * Status: resolved