SavandBros / tiwun-awesome

Tiwun Awesome Application - Tiwun wear a frontend!
1 stars 0 forks source link

Popular tags don't show up on the first page #19

Closed Alir3z4 closed 8 years ago

Alir3z4 commented 8 years ago

They get retrieved from API but won't show up on the explore page.

{
  "page_og_title":"Tags : page 1 of 870",
  "last_page_url":"?&page=870",
  "page_description":"Popular and most used tags",
  "page_title":"Tags : page 1 of 870",
  "page_has_previous":false,
  "tags":[
    {
      "voting_score":0,
      "tagged_items_count":1098,
      "votes_count":0,
      "slug":"accessories",
      "created":"2013-06-24T04:22:10.150Z"
    },
    {
      "voting_score":0,
      "tagged_items_count":769,
      "votes_count":0,
      "slug":"rings",
      "created":"2014-02-19T15:35:28.265Z"
    },
    {
      "voting_score":0,
      "tagged_items_count":383,
      "votes_count":0,
      "slug":"iphone",
      "created":"2013-06-10T06:24:17.182Z"
    },
    {
      "voting_score":0,
      "tagged_items_count":367,
      "votes_count":0,
      "slug":"lingerie",
      "created":"2014-02-19T15:35:21.441Z"
    },
    {
      "voting_score":0,
      "tagged_items_count":310,
      "votes_count":0,
      "slug":"phone",
      "created":"2013-06-12T08:40:25.154Z"
    }
  ],
  "is_paginated":true,
  "paginated_count":4349,
  "page_has_other_pages":true,
  "page_has_next":true,
  "next_page_url":"?&page=2",
  "page_number":1,
  "page_paginator_num_pages":870,
  "paginator_title_suffix":"page 1 of 870",
  "first_page_url":"?&page=1",
  "page_next_page_number":2
}