Subtitle in the listing form

Hello everyone.

Can we add a subtitle in the announcement form?

Thanks.

Please send more details that may help to provide you with useful help with this issue (e.g. screenshots).

Hello,
I used this code to change the title text, but
I would have liked to add a subtitle.
Thanks.

add_filter(
	'hivepress/v1/routes',
	function( $routes ) {
		$routes['listing_submit_details_page']['title'] = 'Ajouter les détails de votre annonce';

		return $routes;
	},
	1000
);

I recommend overriding this template in HivePress/Templates, you can re-create it by adding the Page Title and Form blocks, and then insert any custom content anywhere.

OK thanks.
Works very well.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.