gVectors Team
Professional WordPress Plugins and Services. wpDiscuz, WooDiscuz, Advanced Post Pagination
I can't get the author name and date to display in Most Voted Comments, can you help me? Thanks
Hi,
Please provide us with the example URL.
https://scandalousnut.s2-tastewp.com/2020/08/05/hello-world/
@big-old
Use the hook-code below:
add_filter('wpdiscuz_widget_meta_info', '__return_true');
Here is instructon: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/