Forums

Need to Pull input from search form (2 posts)

  1. Davebenroberts
    Member
    Posted 2 weeks ago #

    I need to take what the user inputs into the search form and have it placed in the following code.

    <a href="?s=<?php Search Form Input HERE ?>&cat=4">1</a>

    What I'm going is having links on the search page that you can switch from searching all categories, to just one you specify.

  2. esmi
    Member
    Posted 2 weeks ago #

    wp_specialchars($s,1) should give you whatever was entered into the search input.

Reply

You must log in to post.

About this Topic