Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #168632

    All Dutch blog posts (news) do not appear on the root News page when switching to Netherlands. The individual posts are clickable, see on the right recent posts.

    This works http://www.qcone.com/news/, this one doesn’t http://www.qcone.com/nl/nieuws/. Menu name is translated correctly.

    #169863

    Hi Eykie!

    I think some weeks ago another user had a similiar problem and fixed it on his server. Open up enfold/index.php and replace

    
    			if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));
    

    with

    
    			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));
    

    Regards,
    Peter

    #175013

    Hi Peter,

    Just replaced the code in the index.php, but unfortunately that did not solve the issue.

    #175543

    Hi!

    Please create me an admin account and post the login credentials as private reply. I’ll look into it.

    Cheers!
    Peter

    #175546
    This reply has been marked as private.
    #175554

    Hello!

    Please make sure that the user has admin rights – I need to modify the theme files to debug the issue.

    Best regards,
    Peter

    #175557
    This reply has been marked as private.
    #175559
    This reply has been marked as private.
    #175560

    Great thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Translated blog posts not visible in 2nd WPML language’ is closed to new replies.