Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: links longer than page width!

joneywalker4u, to remove the hyperlinkification of URLs for text inside of code tags, you could write a plugin that removes the filter that hyperlinkifies URLs for the entire post, and then create a new filter that splits the post into strings-enclosed-by-code-tags and strings-not-enclosed-by-code-tags, apply the filter that hyperlinkifies URLs to the strings-not-enclosed-by-code-tags, and then glue the strings together.

This is totally doable, but it seems like a lot of work, which is why I suggested the CSS approach…

Skip to toolbar