• sakrow

    (@sakrow)


    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”

    I modified the “widget-custom-post-type-archive.php” and modofy the line 216 to add:

    if(strpos($query, 'post_post') !== false){
    				$query = str_replace('post_post', "post_{$posttype}", $query);
    			}

    Now works.

    Can you update te plugin with this?

    https://www.ads-software.com/plugins/custom-post-type-widgets/

  • The topic ‘Archives Widget and WPML not work’ is closed to new replies.