• luisa

    (@luisavilhena)


    Hello,

    I would like to know how to setup my function to looking for author.
    At the moment my function only looking for posts.

    if (have_posts()) {
          madu_component__post_list(array(
            'title' => 'Resultados encontrados:',
            'posts' => $GLOBALS['wp_query']->get_posts(),
          ));
    }

    Also I would like to know how to set up for don’t necessarily need an accent on the word in search form.

    • This topic was modified 4 years, 8 months ago by bcworkz. Reason: code fixed

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to search author in search form and without accent’ is closed to new replies.