wordpress - Why does WP auto-complete the a-tag? -


if write post or page containitg:

<a href="#something"> bla </a>

wp autocompletes with

<a href="http://www.thewholedamnpath.com/?page_id=291#something">bla</a>

i sincerely don't need feature, so, way bypass it?

found solution: http://wordpress.org/extend/plugins/raw-html/

using plugin chunk of code can wrapped inside [raw]...[/raw] tags, , code remain untouched wordpress.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -