March 16, 2015 at 6:08 am
#23140
Theme Horse Support Team
Keymaster
Hi catherine,
You have to customize the code.You don’t have any other options to display it. The file is inside theme folder-> inc-> widgets-> interface_widgets.php on line no 379 under this class class interface_recent_work_widget extends WP_Widget {
You have to customize your code under this class. Before making any changes in the code first of all create a child theme then only customize the code to be safe from data loss.
Thank you!