Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #249766

    Thats it. Thanks before hand!

    #250071

    Hey GoodGame!

    Thank you for using the support forum!

    Add this on functions.php:

    add_filter('avf_masonry_sort_first_label', 'avf_masonry_sort_first_label_translate', 10, 1);
    
    function avf_masonry_sort_first_label_translate($first_item_name) {
    	$first_item_name = __('Awesome','avia_framework');
    	return $first_item_name;
    }

    Change the “Awesome” string to something else.

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.