Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WordPress – Multiple photo galleries on a single page separated by categories Re: WordPress – Multiple photo galleries on a single page separated by categories

#126631
Alen
Participant

The easiest way to accomplish this without using any kind of AJAX is to create a page that displays list of artists. Then clicking on an individual artists would load another page where that particular artist is featured. But on the individual views create some sort of secondary menu so that user can quickly navigate between different artists without having to click back button.

This approach is also SEO friendly. Each artist is represented by unique API so:

example.dev/artists (would list all artists)
example.dev/artists/jane-doe _or_
example.dev/jane-doe (individual view for Jane Doe)

Hope that helps
Alen