Site icon Hip-Hop Website Design and Development

Embrace customized fields in search

I’ve a web site with a number of customized fields, nevertheless when utilizing the next code to seek for a publish, it solely searches for the title or for the content material, excluding the customized fields related to the publish or entry.

<kind methodology="get" id="searchform" motion="<?php bloginfo('url'); ?>/">
  <enter kind="text" worth="<?php the_search_query(); ?>" identify="s" id="s" placeholder="<?php esc_attr_e( 'Buscar por título, actor, año...', 'twentyeleven' ); ?>" />
  <enter kind="submit" class="submit" identify="submit" id="boton" worth="" />
</kind>

any option to embrace customized fields within the search?