data->blogList as $post) { $item = []; $item['title'] = $post->title; // Url slug not in json //$item['uri'] = $uri; $item['timestamp'] = $post->postTimeUTC / 1000; $item['author'] = 'Binance'; $item['content'] = $post->brief; //$item['categories'] = $category; $item['uid'] = $post->idStr; $this->items[] = $item; } } public function getIcon() { return 'https://bin.bnbstatic.com/static/images/common/favicon.ico'; } }