• Is there any way to turn off the auto make-up feature so I can use my own? I am designing a new template using xhtml strict and need to use my own code when posting.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have my weblog validating XTHML 1.1 by simply modifying index.php.

    Thread Starter gary

    (@gary)

    I am not taling about valid xhtml template. Making a valide template is the easy part. To keep everything valid I need to turn off the auto tag generation when writing a entry for the blog. The and
    will break validation when you add block level stuff , while writing a entry.

    *sigh*
    Try removing the line add_filter('the_content', 'wpautop'); at the end of wp-includes/vars.php.

    Thread Starter gary

    (@gary)

    Thanks, that did the trick.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Using my own markup’ is closed to new replies.