• I’m using the WPML plugin for a bi-lingual website. I want to show a list of subpages which I have done like this:

    <?php wp_list_pages('title_li=&child_of=9&sort_column=menu_order'); ?>

    I thought WPML would automatically pick the pages when the language is changes, but it show an empty list. Do I have to change something?

  • The topic ‘WPML with wp_list_pages’ is closed to new replies.