Hi
I found a few postings on the Listing button, but none seem to want to change the URL to a subdomain.
I want to change the button to go from sanate.co to business.sanate.co, so a subdomaine rather than a slug.
Which part do I need to change to do so, snippet or childtheme?
If it’s the childtheme, is it where I am looking below or somewhere else?
Disable the feature of adding a listing, and by overwriting header.php through a child theme, add a custom button.
Overwrite the submission button through the template part using a child theme and change the data-url attribute of the button there. Note that the previous link to add a listing will also be available if the user somehow gets access to it, but if they add such a listing, you can simply not confirm it, for example.
I hope this is helpful to you.