How To Customize Educare Frond-End Results Card And Search Form
- December 1, 2024
- Educare
Admin can allow to use actions (hook) for cutomize results card or searching forms. Educare v1.4.0+ has support hook for customize the result card and search form. So, admin can easily customize educare using hook.
For customize results card (hook):
add_action( ‘educare_custom_results’, ‘my_custom_results’ );
For customize search form (hook):
add_action( 'educare_custom_search_form', 'my_custom_search_form' );
- Copy and paste this function in your active themes
functions.phpfiles - allow/enable ‘Custom Design Permission’ in plugin settings (because we care of your security)
- Throw your logic [code] under ‘my_custom_results’ function for customize results card and ‘my_custom_search_form’ for customize search forms
Please follow this files for more details:
For customize results card:

For customize search form:

If you have face any problems and need our support (totally free!), Kindly contact our support team by email provided in plugin details.
Happy coding 😊