Hello, I want to translate the source text “Title” which appears when a listing is in the making. This word appears 2 times, the first one is on the top , and then in the tiers. I want to translate the one in the tiers differently. Because when I translate the word title, to another word it takes the values of this word both in tiers and in the top of the page. How can I solve this?
hello. i,ve seen this PHP SNIPPET:
add_filter(
'hivepress/v1/forms/listing_submit',
function( $form ) {
$form['fields']['price']['description'] = 'Custom text';
return $form;
},
1000
);
But it doesnt work in the tiers field. How can i fix this?
Hi,
Please use the solution from this topic Change name of "Title" in Add Listing form to something else
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.