Using excerpts more tag as WP does
-
The plugin replaces the more tag that I have defined by add_filter(‘excerpt_more’, ‘new_excerpt_more’);
with three simple …i think it does this to offer the posts_morelink function, but it would be nice if it keeps the WP setting as long as this function is not used, it will make it easier to keep the already existing style of the website.
Of course I could add my own readmore with this function, but then still I have the three … additionally and there are also other problems for me to achieve the same result as the default, so leaving the_excerpt untouched by default would be most designer-friendly in my opinion.
Is this possible and will be done in a soon update?
Thank you very much
The topic ‘Using excerpts more tag as WP does’ is closed to new replies.