Tagged: Enfold Latest News, meta data, Widget
Hello,
Is it possible to change/remove the meta data from the enfold latest news widget?
If possible I’d like to have author name only
screenshot: http://i.imgur.com/Dnff1jU.png
thanks,
evan
Hey enester1!
Please go to Enfold/framework/php folder and open class-framework-widgets.php file and find following on the 536th line
echo "<span class='news-time'>".get_the_time($time_format)."</span>";
and change it to
echo "<span class='news-time'>".get_the_author()."</span>";
Cheers!
Yigit