Support

Account

Home Forums Add-ons Gallery Field Display latest gallery images on the homepage Reply To: Display latest gallery images on the homepage

  • Hi @mfteam

    You can use a WP function called get_posts or WP_Query to query the database. There is a documentation article over on the docs page to get you started with this.

    You can query the DB for artist posts ordered by ‘modified’ date, and limited to x amount.

    Then you can loop through those artists and load the gallery field data, and then do what ever you wish with teh data such as displaying the first image and a link to the artists permalink.

    Does that help?

    Thanks
    E