Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1070425
    bedingfield
    Participant

    Hi there,

    I have my site just about ready now and this is likely to be the last thing I need to do.

    When I search my site, all is good, but I would like to have the page title say something like.. Search results for ‘Marathon’ – can this be done?

    Thank you.

    #1070448
    Christian
    Moderator

    Hey there,

    Please copy _landmark-header.php located in x\framework\views\renew to the same folder structure in your child theme. Open the copied file and search for the line

    <h1 class="h-landmark"><span><?php _e( 'Search Results', '__x__' ); ?></span></h1>

    Change it to

    <h1 class="h-landmark"><span><?php _e( 'Search Results', '__x__' ); echo ' '.get_search_query(); ?></span></h1>

    http://i.imgur.com/kqmv3Cg.gifv

    Hope that helps. 🙂

    #1070504
    bedingfield
    Participant

    Awesome. Thanks 🙂

    #1070561
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1070425 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>