Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter theApe

    (@theape)

    No worries, I’ve Modded WP-Chunk, if anyone whats the same as what I asked for send me an email to theape at thelittlechimpsociety dot com.

    Thread Starter theApe

    (@theape)

    add these lines to line 73
    remove_filter('the_content', 'make_clickable');
    add_filter('the_content', 'make_chunky');
    ?>

    and change line 66 to this
    $chunked = (strlen($urlname) > 18 && preg_match('#^(https://|ftp://|www.)#is', $urlname)) ? substr_replace('','Link..', -18) : $urlname;

    ape, ill incorporate that into the plugin.. good job ;0

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I’m looking for something like WP-Chunk?’ is closed to new replies.