Help with WordPress

This is a request for help from my readers. I’m trying to find out how to hack WP so that it will never insert <br> tags in my entries. I want it to ignore hard newlines, treating them as soft.

22 thoughts on “Help with WordPress

  1. IIRC, to disable it you have to: Search for a file called functions-formatting.php. Then search the line where wpautop is defined. It should say function wpautop($pee, $br = 1). Change it function wpautop($pee, $br = 0). You should be done.
    Be aware it will modify your past posts too.
    First time coming so I hope this works. :)

  2. Your comment is being held for review. High in the glass-and-steel tower that is Making Light Headquarters your post is being examined under criteria both Mysterious and Arcane. Soon, if it passes High Level Review by our Gnomes, it will be released.

    The most common reasons that a post is held are that it was made to a Really Old Thread or it contained a Whole Lot of URLs.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">