Sellers own pages
I’d like to create pages that retrieve listings from the database of adverts that were created from an individual specific sellers account so as to create a page dedicated to the listings of one seller as an additional service to VIP clients of the site.
As well as retrieving the VIP sellers listings from the database I’d like to create a customisable branding space for them at the top of the page. Ideally it would a space that they can control from their own account, I’d be happy for the space to be controlled by the admin of the site so that the VIP sellers just send the admin images to upload into their branding space as well though.
As I want to reuse the code that provides the solution I’m after for more than 1 seller page I assume the best way to achieve this would be to create a wordpress page template that calls for the listings using php and has a field in it that defines the seller by their username. That way I can just simply change the username in the code and create a new wordpress page template in order to create a clone page for a different VIP seller.
Can anyone help or provide advice on this?