• Hi to everyone. I want to get latest 3 post ids from a multi site with a specification of which are the blogs from where are got these ids, for example:

    $ids = array(‘2’ => 27,
    ‘2’ => 63,
    ‘3’ => 73);

    where 2 and 3 are the blog id.

  • The topic ‘wordpress multisite – get latest 3 post ids by date’ is closed to new replies.