Bug with pinboard_current_location() ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • #17224
    Myleene
    Participant

    “Search results for” or the_title do not appear in the bar.

    It should not be ?
    echo __( 'Search results for', 'pinboard' ) . ': "' . get_search_query() . '"';

    On other hand, i want to display #current-location only for search result, how to do this ?

    #17226
    Myleene
    Participant

    Perahps i’ve got it, i replaced :
    if ( ! ( is_home() && ! is_paged() ) && ! is_singular() || isset( $pinboard_page_template ) ) {
    with
    if ( is_search() ) {
    this change is good ?

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

You must be logged in to reply to this topic.