Hi,
I just want to know if it’s possible to remplace “listing by %s” with another sentence for one anouncer ? or for all ?
When i go on loco translate i can’t delete “%s”.
May be with Css i can write a sentence ?
Thank’s for you answer,
Best regards
Yes, it is possible, but it will require a custom implementation. If you are familiar with coding or have a developer, please use this hook hivepress/v1/routes to overwrite this route: $routes[‘vendor_view_page’][‘title’]=‘custom title here’;
hivepress/v1/routes
$routes[‘vendor_view_page’][‘title’]=‘custom title here’;
I hope this is helpful to you