• Resolved Seijun

    (@seijun)


    Does anyone have this working? In particular, the auto-generate. Im not sure what I’m doing wrong, but this plugin has so far had no effect at all on any of my excerpts, aside from changing their length.

    I also tried Advanced Excerpt, and it also does not work properly (I have it set to keep all the br tags, but it only keeps the first two!). I have tried uninstalling the plugin and reinstalling but it doesn’t seem to be removing everything (my settings are not deleted).

Viewing 1 replies (of 1 total)
  • Thread Starter Seijun

    (@seijun)

    EDIT:

    My problem was wp’s “wpautop”. The auto formatting was causing my excerpt editors to act unpredictably, especially with thumbnails for excerpts enabled.

    If you are having trouble getting your excerpts and/or posts formatting to behave, try adding this to your theme’s functions.php!

    //disable auto p
    remove_filter ('the_content', 'wpautop');

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Excerpt Editor] Anyone have this working?’ is closed to new replies.