Xoá chữ Category Archives / Lưu trữ danh mục theme Flatsome

calendar_today
schedule 10:39 Chiều
visibility 71 Lượt xem

Function PHP này sẽ không làm ảnh hưởng tốc độ như là JS hoặc CSS khi xóa “Category Archives:” khỏi title category flatsome.

function custom_flatsome_remove_archive_prefix($translated_text, $text, $domain) {
    if ($domain !== 'flatsome') {
        return $translated_text;
    }


    if (is_category() && strpos($text, '%s') !== false) {
        $pos = strpos($text, '%s');
        if ($pos !== false) {
            $translated_text = substr($text, $pos);
        }
    }


    return $translated_text;
}
add_filter('gettext', 'custom_flatsome_remove_archive_prefix', 20, 3);
add_filter('gettext_with_context', 'custom_flatsome_remove_archive_prefix', 20, 3); // Hỗ trợ gettext_with_context nếu theme dùng

 

Hữu ích?
Chia sẻ:

edit Viết bình luận

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *

Chào anh/chị, nếu cần hỗ trợ hãy liên hệ với chúng em tại đây nhé! 👋