How To Customize Educare Frond-End Results Card And Search Form

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' );
  1. Copy and paste this function in your active themes functions.php files
  2. allow/enable ‘Custom Design Permission’ in plugin settings (because we care of your security)
  3. 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 😊

Karno Ray

No detailed information is currently available for this user.