Title: Postcode / Zip code before entering website.
Last modified: August 21, 2016

---

# Postcode / Zip code before entering website.

 *  [BEdesign](https://wordpress.org/support/users/bedesign/)
 * (@bedesign)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/postcode-zip-code-before-entering-website/)
 * I have been asked to do some research on this.
 * I need a plugin or php which can perform a search on a postcode / zip code before
   letting the user into the site. This would be just a landing page.
 * If you have any suggestions I would be most humble.
 * Thanks 🙂

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

 *  [Ravikumar Patel](https://wordpress.org/support/users/ravipatel/)
 * (@ravipatel)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/postcode-zip-code-before-entering-website/#post-4767993)
 * Just referred this [Landing page code](http://wordpress.stackexchange.com/questions/139855/how-to-display-a-page-before-the-home-page)
 * you can just change to get content code to add your search function. so landing
   page on display search text box for search data then access your web.
 *     ```
       <?php
       /**
        * Template Name: Landing page
        */
       ?>
       <div id="main-content" class="main-content" style="margin:0 auto; text-align: center; background: #035246; padding: 0 auto;">
               <div id="primary" class="content-area" style="margin-top:250px; padding: 150px;">
       		<div id="content" class="site-content" role="main">
                           <?php get_search_form(); ?>
                       </div>
       	</div>
       </div>
       ```
   
 *  Thread Starter [BEdesign](https://wordpress.org/support/users/bedesign/)
 * (@bedesign)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/postcode-zip-code-before-entering-website/#post-4767997)
 * Ah thanks for this mate!
 * I just created a jsfiddle using jquery!
 * [http://jsfiddle.net/uNKhs/15/](http://jsfiddle.net/uNKhs/15/)

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

The topic ‘Postcode / Zip code before entering website.’ is closed to new replies.

## Tags

 * [checker](https://wordpress.org/support/topic-tag/checker/)
 * [postcode](https://wordpress.org/support/topic-tag/postcode/)
 * [zipcode](https://wordpress.org/support/topic-tag/zipcode/)

 * 2 replies
 * 2 participants
 * Last reply from: [BEdesign](https://wordpress.org/support/users/bedesign/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/postcode-zip-code-before-entering-website/#post-4767997)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
