• Resolved splosh

    (@splosh)


    Hi
    I am not using a search template,

    To differentiate from standard pages when a search is carried out,I want the page to have a title saying
    you searched for <whatever the search term was>

    how do I retrieve that term?
    thanks.

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

    (@kafkaesqui)

    Code example:

    <?php if(is_search()) : ?>
    <p>You searched for <?php echo $s; ?></p>
    <?php endif; ?>

    Thread Starter splosh

    (@splosh)

    lol I’m sure thats the first thing I tried 2 hours ago:
    It works fine thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘You searched for..’ is closed to new replies.