WPML
סטטוס
פתוח
תוסף/ערכת עיצוב קשורים
The Events Calendar
תגיות נושא
Compatibility

סקירה כללית של התקלה

באתרים המשתמשים בתוסף The Events Calendar (TEC) שבהם WPML מוגדר עבור דומיין שונה לכל שפה, קישורי אירועים עשויים להציג כתובות URL שגויות בעת החלפת שפות.

פתרון עוקף

אנא ודא שיש לך גיבוי מלא של האתר לפני שתמשיך.


  • פתח את הקובץ …/wp-content/plugins/events-calendar-pro/src/Events_Pro/Custom_Tables/V1/Integrations/WPML/WPML_Integration.php.

  • חפש את שורה 78.

  • שנה את:
    // Remove the home URL from permalink.
    $post_link = str_replace( array( home_url( '/' ), site_url( '/' ) ), '', $post_link );

  • ל:
    // Remove the home URL from permalink.
    $post_link = str_replace( array( home_url( '/' ), site_url( '/' ), get_option( 'home' ) ), '', $post_link );

כל התקלות הידועות →