• Thank you so much for creating this fine working widget, Mr Meo.

    I wanted to ask you for some advice: I wanted to edit the default layout.php. But I don’t know how to echo the array “genres” in the array “results” of this json feed https://rss.itunes.apple.com/api/v1/lu/books/top-paid/all/10/explicit.json . To echo the Release Date for example, this is working <div class=”ff-feed-item__date”><?php echo ‘Release Date:’. ‘<br />’ . $item->releaseDate ?>, but when I try to acces the subarray “genres” </div><div class=”ff-feed-item__genre”><?php echo ‘Genre:’. ‘<br />’ . $item->genres ?></div>, it only shows “array” as a result.

    Could You give me a hint, please?
    Best regards,
    Artistman

    The page I need help with: [log in to see the link]

  • The topic ‘echo array in an array’ is closed to new replies.