New ‘rpwe_after_thumb’ filter proposal
-
Hi,
I managed to add the author’s gravatar to the widget’s output, thanks to a new filter within the functions.php code of the plugin.
Here it is :
$html .= apply_filters( ‘rpwe_after_thumbnail’, $args);
(line 170, after the output of the thumbnail).I guess it would offer an increased flexibility to the developers, allowing displaying of miscellaneous “non-excerpt” information from within the post loop.
Could you consider adding this filter to the plugin, so that it would be available on each future release ?
Thanks very much in advance,
Pascal.
- The topic ‘New ‘rpwe_after_thumb’ filter proposal’ is closed to new replies.