What's going on there?
Now the plugin no longer displays any text.
What's going on there?
Now the plugin no longer displays any text.
same issue, why are you releasing this kind of update? It's the second time that my layout is destroyed by the updates
Same problem: in WP 3.2.1 regular excerpt works correctly but <?php the_advanced_excerpt('length=100&use_words=0&ellipsis=%26hellip;'); ?> does not show anything...
Back to 4.0 with this hack - http://wordpress.org/support/topic/plugin-advanced-excerpt-broken-custom (last post) for me.
For some reason the development version worked but wrapped an unwanted <p > around the excerpt.
Fixed in 4.1.1.
@jamblo: I will have to check that wrapping issue, but you might be able avoid it using the following code.
echo the_advanced_excerpt($your_options, true);
I will look into it in a few days when I have more time.
Thanks !!!
Thanks basvd.
Certainly one of my most-used plugins so would appreciate that fix!
Cheers.
You must log in to post.