How to change the search placeholder text for the word “Buscar”
Hello,
Please go to file searchform.php and find this line: $placeholder = apply_filters( 'codeless_search_form_placeholder', esc_html__( 'Search', 'handel' ) ); Replace with this: $placeholder = apply_filters( 'codeless_search_form_placeholder', esc_html__( 'Buscar', 'handel' ) );
$placeholder = apply_filters( 'codeless_search_form_placeholder', esc_html__( 'Search', 'handel' ) );
$placeholder = apply_filters( 'codeless_search_form_placeholder', esc_html__( 'Buscar', 'handel' ) );
Best regards!
You must be logged in to reply to this topic.