• Resolved khoolood

    (@khoolood)


    Hello,

    I have my blog setup to have 3 languages (English, Arabic & French), and my homepage shows the latest posts.

    It is possible to have all the posts show up regardless of the chosen language. For example if i have an Arabic post it will show up properly when i switch to the Arabic language, however on the other languages the posts shows up as “Auto Draft”.

    On the homepage i want to show all the posts in all 3 languages, i’m mainly using your plugin to change the interface while keeping the content in the same language its written in.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter khoolood

    (@khoolood)

    I managed to solve it by using this in my functions.php
    add_filter( ‘wpm_post_post_config’, ‘__return_null’ );

    You also could use wpm-config for enabling/disabling needed post types.

    
    {
        "post_types": {
            "post": null
        }
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show post in all languages’ is closed to new replies.