Ben bu yüzden böyle iki PHP diziler var:
- Array of X records containing the ID of Wordpress posts (in a particular order)
- Wordpress mesajların dizisi
İki dizide bu gibi bir şey:
Array One (Sorted Custom Array of Wordpress Post IDs)
Array (
[0] => 54
[1] => 10
[2] => 4
)
Array Two (Wordpress Post Array)
Array (
[0] => stdClass Object
(
[ID] => 4
[post_author] => 1
)
[1] => stdClass Object
(
[ID] => 54
[post_author] => 1
)
[2] => stdClass Object
(
[ID] => 10
[post_author] => 1
)
)
Ben ilk dizide kimlik yılların sipariş ile wordpress mesajların dizisini sıralamak istiyorum.
Bu mantıklı umut ve teşekkür herhangi bir yardım peşin.
Tom
edit: sunucu PHP Version 5.2.14 çalışıyor