Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #241600

    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.

    #241606

    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.

    #241618

    OK, I solved the problem

    The WPML plugin needed updating.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog posts widget and Archives not translated’ is closed to new replies.