ข้ามการนำทาง

Open

Topic Tags: Compatibility

Overview of the issue

When using the Themify Ultra theme alongside the Post Type Builder (PTB) and performing a search through the top header search form, the dynamically displayed Custom Post Type (CPT) tags in the search results are not appearing translated.

Workaround

Please, make sure of having a full backup of your site before proceeding.

  • Open …/wp-content/themes/themify-ultra/themify/includes/search-box-result.php file.
  • Look for line 3.
  • Replace this:
                        $title=$type_obj->labels->singular_name;
    
  • With:
                        $wpml_default_lang = apply_filters('wpml_default_language', NULL );
                        $wpml_cpt_name = $type_obj->name;
                        $title= get_option('ptb_plugin_options')['cpt'][$wpml_cpt_name]['singular_label'][$wpml_default_lang];
    

2 การตอบกลับ ถึง “Themify Ultra - Search Box Results CPT Tags Not Translated”

ทิ้งคำตอบไว้

โปรดอยู่ในหัวข้อและเคารพผู้อื่น หากคุณต้องการความช่วยเหลือเกี่ยวกับปัญหาที่ไม่เกี่ยวข้องกับโพสต์นี้ โปรดใช้ฟอรัมสนับสนุนของเราเพื่อเริ่มการสนทนาหรือส่งตั๋ว.

คุณสามารถใช้แท็กเหล่านี้:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>