Hello Friends, I have a problem. And i couldn't solve it that's why i want to take support. In my wp blog i'm using 2 plugins. One is simple tags, the other one is syntax highlighter. [code]<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>[/code] PHP: if i write like this it'll be like bottom. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> PHP: But there exists a problem because of auto link feature. I'll explain the problem. If i create a new entry which has php,jquery,aja tags. Auto link system substitute the tags to links. Jquery and ajax tags are in the code. So the system substitute these tags to links. And the source codes of linking is shown in code area. And the output is like this. <script src="http://<a href="http://www.cihankusmez.com/tag/ajax" class="st_tag internal_tag" rel="tag" title="AJAX ile etiketlenen konulari bul">ajax</a>.googleapis.com/<a href="http://www.cihankusmez.com/tag/ajax" class="st_tag internal_tag" rel="tag" title="AJAX ile etiketlenen konulari bul">ajax</a>/libs/<a href="http://www.cihankusmez.com/tag/jquery" class="st_tag internal_tag" rel="tag" title="Jquery ile etiketlenen konulari bul">jquery</a>/1.4.2/<a href="http://www.cihankusmez.com/tag/jquery" class="st_tag internal_tag" rel="tag" title="Jquery ile etiketlenen konulari bul">jquery</a>.min.js" type="text/javascript"></script> PHP: Can't we create any structure like <!-- No Link -->Topic without link<!-- No Link End--> Or any other solution ? This is very important for me. If anybody helps me, i'll appreciate him/her. And you can check this link for understanding problem. cihankusmez.com/php-ve-jquery.html