• BEdesign

    (@bedesign)


    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)
  • Just referred this Landing page code

    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

    (@bedesign)

    Ah thanks for this mate!

    I just created a jsfiddle using jquery!

    https://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.