Thread Starter
Thil87
(@thil87)
Thanks, that works. However, now I have an issue with the array parameter ‘number’. I want it to select the first 4 child pages based on ‘page order’ with an offset of 1.
But now I have to put ‘number’ => ’16’ to grab the first 4 pages in one language and 5 pages in English.
Any clue how to solve this issue?
To show what’s going on: blossity.nl
Maybe there is a way better way to this?
Thread Starter
Thil87
(@thil87)
Thread Starter
Thil87
(@thil87)
The code that I’m using is the code in my first post. It works fine, but only not for the multilingual site.
Thread Starter
Thil87
(@thil87)
The homepage displays the default language in both languages. All the strings translations do change, but not the items I want.
Changing get_pages to get_posts didn’t do the trick.