next-wp icon indicating copy to clipboard operation
next-wp copied to clipboard

No images render on Post cards in Posts section

Open FuturisticWizard opened this issue 1 year ago • 0 comments

No image on Post card in Posts section. Even though I have a featured image in every Post , it seems to dont see the source url...

post:  {
  id: 85,
  date: '2024-10-02T05:12:45',
  date_gmt: '2024-10-02T03:12:45',
  guid: { rendered: 'http://192.168.0.87:8080/?p=85' },
  modified: '2024-10-13T14:36:18',
  modified_gmt: '2024-10-13T12:36:18',
  slug: 'post-4',
  status: 'publish',
  type: 'post',
  link: 'http://192.168.0.87:8080/post-4/',
  title: { rendered: 'Post 4' },
  content: { rendered: '', protected: false },
  excerpt: { rendered: '', protected: false },
  author: 1,
  featured_media: 74,
  comment_status: 'open',
  ping_status: 'open',
  sticky: false,
  template: '',
  format: 'standard',
  meta: { footnotes: '' },
  categories: [ 1, 98 ],
  tags: [],
  class_list: [
    'post-85',
    'post',
    'type-post',
    'status-publish',
    'format-standard',
    'has-post-thumbnail',
    'hentry',
    'category-bez-kategorii',
    'category-solidity'
  ],
  _links: {
    self: [ [Object] ],
    collection: [ [Object] ],
    about: [ [Object] ],
    author: [ [Object] ],
    replies: [ [Object] ],
    'version-history': [ [Object] ],
    'predecessor-version': [ [Object] ],
    'wp:featuredmedia': [ [Object] ],
    'wp:attachment': [ [Object] ],
    'wp:term': [ [Object], [Object] ],
    curies: [ [Object] ]
  }
}

Zrzut ekranu 2024-10-14 181413

FuturisticWizard avatar Oct 14 '24 16:10 FuturisticWizard