I would like to display the Title only on the latest portfolio widget. How can I turn off the display of the dates?
remove date from Latest Portfolio Widget list
4 posts from 3 voices-
Posted 1 year ago #
-
Hey,
open up framework\php\class-framework-widgets.php and delete following code:
echo "<span class='news-time'>".get_the_time("F j, Y, g:i a")."</span>";(or if you want to use the date for the latest post widget replace the line with):
if(empty($this->avia_term)){ echo "<span class='news-time'>".get_the_time("F j, Y, g:i a")."</span>"; }Posted 1 year ago # -
Awesome - thanks Dude :)
Posted 1 year ago # -
Hi!
Glad that Dude could help, marked as resolved :)
Regards,
ChrisPosted 1 year ago #
Reply
You must log in to post.














