Hello,
Please, a question about post visibility in second language.
Posts written in the second language are correctly visible one by one, but the category page (archive) shows nothing.
Also, no post is displayed when using the blog post widget in the Avia page creator.
I am using WPML.
Any suggestion?
Thank you.
I tried deactivating all plugins.
I also tried using this code, as indicated in another post of this forum:
if( get_post_meta(get_the_ID(), ‘header’, true) != ‘no’) echo avia_title(array(‘heading’=>’strong’, ‘title’ => $title, ‘link’ => $t_link, ‘subtitle’ => $t_sub));
$page = get_query_var( ‘paged’ ) ? get_query_var( ‘paged’ ) : get_query_var( ‘page’ );
query_posts(array(‘posts_per_page’=> get_option(‘posts_per_page’),’paged’=> $page));
With no result.
OK, I solved the problem
The WPML plugin needed updating.