Hello, could someone tell me if there is a way to add an option for the title in the recent posts widget?
Recent comments and archives have this option but not recent posts.
thank you
Simon
Hello, could someone tell me if there is a way to add an option for the title in the recent posts widget?
Recent comments and archives have this option but not recent posts.
thank you
Simon
You need to edit the file
\wp-content\mu-plugins\widgets.php
look at the function
"widget_recent_comments($args)"
and try to copy-cat to the function
"widget_recent_entries($args)"
Ok I'll try thank you