• Resolved markroth

    (@markroth)


    I see one feature disables texturization.

    The only texturization I want to disable is ellipsis.

    Can I do that with this plugin?

    Thanks,
    Mark

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    You mean like after the read-more/ excerpt part? No, because if you use the more tag, or the custom post exerpt, they don’t show up.

    But of you want to yank ’em… https://www.wprecipes.com/how-to-remove-the-from-the-excerpt

    Thread Starter markroth

    (@markroth)

    Thank you for your reply.

    I mean anywhere.

    Even in posts.

    Especially in posts, in fact.

    Just curious.

    Thanks….

    Thread Starter markroth

    (@markroth)

    I see that there is no texturization of the ellipses in comments here. ??

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Oh. Well. No, cause that’s not something inserted by WordPress, except in the auto-generated excerpts. Disabled just disables stuff, it doesn’t auto-correct ??

    Thread Starter markroth

    (@markroth)

    I know texturizing of three dots is done by wp-includes/formatting.php but modifying that means doing it after every upgrade (of course).

    In another thread longer ago, I’d asked if this can be done in functions.php and if so, how. Apparently it can’t be done.

    So when I saw this pluging, my hopes soared. ??

    Thanks again for your responses.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Ahhh. I didn’t understand what you meant. That it does!

    What I do is basically this:

    remove_filter('comment_text', 'wptexturize');
            remove_filter('the_content', 'wptexturize');
            remove_filter('the_excerpt', 'wptexturize');
            remove_filter('the_title', 'wptexturize');

    Which pulls EVERYTHING that gets … wptexturized out of titles, comments, excerpts and content. And that would include your ellipsis ??

    Sorry, I thought you meant remove the … from the end of post excerpts, which is something else entirely.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Plugin: Disabler — ellipsis only’ is closed to new replies.