-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi, i installed the plugin and when y select "Archives Widget" from one CPT that have a traslations with WPML, not appear any archive.
This is because in the JOIN query the table "icl" of WPML have "post_post" and now WPML save as "post_name-of-cpt"
That works if file "widget-custom-post-type-archive.php" modifies the line 216 to add:
if(strpos($query, 'post_post') !== false){
$query = str_replace('post_post', "post_{$posttype}", $query);
}
sakrow
Metadata
Metadata
Assignees
Labels
No labels