Title: wordpress search page
Last modified: August 19, 2016

---

# wordpress search page

 *  [raincao](https://wordpress.org/support/users/raincao/)
 * (@raincao)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/wordpress-search-page/)
 * hi there, I just read the Creating a Search Page [http://codex.wordpress.org/Creating_a_Search_Page](http://codex.wordpress.org/Creating_a_Search_Page)
 * I don’t understand the step Linking to Your Search Page
    **What is Page ID number?
   And where should I put `<a href="index.php?page_id=17" title="Search Page">Search
   Page</a>` this kind of code?**
 * Does there anyone can help me to finger it out? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [alphonse](https://wordpress.org/support/users/alphonse/)
 * (@alphonse)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/wordpress-search-page/#post-1428593)
 * Page ID is the unique number that comes with the page, and can be found in the
   permalink of the page, after `page_id=`.
 * You can put the code on a page, or a widget in the sidebar.
 *  Thread Starter [raincao](https://wordpress.org/support/users/raincao/)
 * (@raincao)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/wordpress-search-page/#post-1428824)
 * Thank you. The permalink is: [http://raincao.com/search-results/](http://raincao.com/search-results/)
 * I didn’t see `page_id=` in the permalink. Where can I find the Page ID? Or can
   I just use the permalink like this:`<a href="http://raincao.com/search-results/"
   title="Search Page">Search Page</a>`
 * I put `<?php get_search_form(); ?>` in the sidebar.php, and the code in the searchform.
   php is like this:
 *     ```
       <form role="search" method="get" id="searchform" action="http://raincao.com/diaries/">
               <input class="searchbox" type="text" value="" name="s" id="s" size="15"/><br />
               <input class="searchbutton" type="submit" id="searchsubmit" value="Search" />
       </form>
       ```
   
 * Where should I put the permalink code to? Sidebar.php or Searchform.php?
 *  Thread Starter [raincao](https://wordpress.org/support/users/raincao/)
 * (@raincao)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/wordpress-search-page/#post-1428861)
 * Is there anyone knows it?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘wordpress search page’ is closed to new replies.

## Tags

 * [search-page](https://wordpress.org/support/topic-tag/search-page/)

 * 3 replies
 * 2 participants
 * Last reply from: [raincao](https://wordpress.org/support/users/raincao/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/wordpress-search-page/#post-1428861)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
