• Is there a way (or plugin) that would allow me to place something similar to a search box on a page where a client could enter a code or phrase that would navigate them to a specific page?

Viewing 1 replies (of 1 total)
  • You could place the code or phrase in a hidden container (so it is not visible on screen. You could create a table in MySQL with the associations you have noted and use a custom search.php to retrieve (more complicated, but the code or phrase would not be visible in the markup).

    Example or first part below.

    HTML:

    <div class="hidden_phrase">CODE OR PHRASE HERE</div>

    CSS:

    .hidden_phrase {text-indent: -9999px;}

Viewing 1 replies (of 1 total)
  • The topic ‘Pull page from search box’ is closed to new replies.